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
ExampleSet2Similarity Operator
Hi,
As far as my knowledge, 'ExampleSet2Similarity' Operator can calculate the euclidean distance between each of the examples (rows) in an exampleSet with the other. But, what i need is to calculate the distance with one specified single row with all others and thats it, nothing else. How can i do it? Calculating all the distances and then deleting the rows which we do not need may not be an efficient way.
How better can this be done in Rapid Miner?
Thanks for your help,
Shubha
As far as my knowledge, 'ExampleSet2Similarity' Operator can calculate the euclidean distance between each of the examples (rows) in an exampleSet with the other. But, what i need is to calculate the distance with one specified single row with all others and thats it, nothing else. How can i do it? Calculating all the distances and then deleting the rows which we do not need may not be an efficient way.
How better can this be done in Rapid Miner?
Thanks for your help,
Shubha
0
Answers
this has actually been answered during the last days here in the forum, please use the search function. The basic idea is to iterate over the examples and calculate the similarities only for each combination for the particular example.
Cheers,
Inbo
Here they say the "class com.rapidminer.operator.similarity.SimilarityUtil". Is this avilable in Menu driven options of the operator? I checked with the Similarity operator of the menu driven functions. There are only three operators but not the "Similarity Util" operator.
Or is it that its a separate java code? I dont understand java...
Dont know if the above said by me is making any sense?
(RM Version: 4.4)
Thanks, Shubha