The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Empty clusters"
Clustering operators such as DBSCAB may produce empty clusters. Despite the fact that DBSCAN can identify all natural clusters in my data I got an extra empty cluster, that makes it impossible to use the "Map Clustering on Labels" operator to map cluster labels to class labels, because I got the following message:
Is it possible to get rid of this annoying emtpy cluster?
Best regards,
Peter
The example sets label only contain 4 values while there are existing 5 clusters. Mapping impossible.Without the empty cluster each cluster could be mapped to one of the classes naturally.
Is it possible to get rid of this annoying emtpy cluster?
Best regards,
Peter
Tagged:
0
Answers
if you apply the "Remove unused Values" operator on the output of DBSCAN it should remove the empty cluster. Don't forget to activate the parameter "include special attributes".
Regards,
Marius
Unfortunately, that does not help since the Remove Unused Values operator can be applied to ExampleSets only. The empty cluster should be removed from the ClusterModel object.
I think so it would be quite straightforward to add an "Ignore empty clusters" parameter to the "Map Clustering on Labels" operator that could solve the problem.
Best regards.
Peter