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
Set roles for unsupervised learning - clustering
lovefinearts198
Member Posts: 6 Contributor II
Hi there,
I have a dataset example as follow :
I want to perform a clustering operation to detect anomalies, but i am not sure about the kind of role i must give to my attributes.
I was thinking about :
Thanks for help.
I have a dataset example as follow :
I was thinking about :
- id_product : id
- Color : cluster
- reference : label
- quantity_ordered : weight
- price_paid : regular
- weight_in_grams : regular
Thanks for help.
0
Answers
is my question too easy or too complexe ??
Here's rapidminer help extract :
So perhaps this is better ?
Set the attributes you want to use to drive cluster membership to be "regular"
All other types will by ignored by the clustering.
I don't know your data but if the attribute called "reference" is some sort of pre-existing classification and you want to compare with the final clustering then it makes sense to set the role of this to be label as you have done. There is an operator called "map clustering on labels" that can be used to determine which cluster is closest to the labels. the resultant example set contains a prediction that can be used to determine a performance measure using the "performance" operator.
regards
Andrew