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
"Weighted Exampleset"
siamak_want
Member Posts: 98 Contributor II
Hi forum;
I have a question about weighted ExampleSets. I need to know how does RM deal with weighted examples. I mean if I have a weighted ExampleSet, Would RM simply multiply the corresponding example by the related weight or it can handle this in the classification or clustering algorithms (for example in K-means, calculating centroids using weighted average instead of simple average).
Any Idea would be appreciated.
I have a question about weighted ExampleSets. I need to know how does RM deal with weighted examples. I mean if I have a weighted ExampleSet, Would RM simply multiply the corresponding example by the related weight or it can handle this in the classification or clustering algorithms (for example in K-means, calculating centroids using weighted average instead of simple average).
Any Idea would be appreciated.
Tagged:
0
Answers
not all operators are capable of handling weights, k-Means amongst them - it simply ignores the weight attribute.
Best,
Marius
Thanks to your reply, how can I know if a classification/clustering operator is able to manage weighted exampleset. I mean, where can I have a list of such operators?
Thanks again.