"Weighted Exampleset"

New Altair Community Member
Updated by Jocelyn
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.
Sort by:
1 - 3 of
31
not all operators are capable of handling weights, k-Means amongst them - it simply ignores the weight attribute.
Best,
Marius