RapidMiner - range by occurence

aldimeola1122
aldimeola1122 New Altair Community Member
edited November 5 in Community Q&A
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).



image



thanks in advance
Tagged:

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,

    Andrew
  • MariusHelf
    MariusHelf New Altair Community Member
    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!
    ~Marius
  • That's even better!