Clustering

Nancy
Nancy New Altair Community Member
edited November 5 in Community Q&A
Hi,

While I am working with DBScanClustering I am getting 2 clusters in graph view, but I am getting  only 1 cluster in DataView part of the ExampleSet.
In my dataset I have nearly 600 items where cluster-0 shows '0' items. Can anyone help me

Thanks in Advance,
Nancy  :)
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    the first cluster is the outlier cluster which contains all examples, not assigned to one cluster. It seems to me, your parameter settings of DBScan result in one large cluster, containing all examples. You will have to tune them a bit.

    Greetings,
      Sebastian