RapidMiner - range by occurence
aldimeola1122
New Altair Community Member
Hi everyone,
i have a question about RapidMiner, i want to filter my results(document occurrence) by most frequency(10 of the most popular them).
thanks in advance
i have a question about RapidMiner, i want to filter my results(document occurrence) by most frequency(10 of the most popular them).
thanks in advance
Tagged:
0
Answers
-
Hello
As long as the examples are sorted the way you want, you could use "Generate ID" to create an id then "Filter Examples" using attribute_value_filter with id<=10 to retain the ones you want.
regards,
Andrew0 -
Hey, you need the Wordlist to Data operator to convert the wordlist to and ExampleSet, then sort it with the Sort operator and select the top 10 rows with Filter Example Range.
Good luck!
~Marius0 -
That's even better!0