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

RapidMiner - range by occurence

aldimeola1122aldimeola1122 Member Posts: 1 Learner III
edited November 2018 in Help
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

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    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
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    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
  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    That's even better!
Sign In or Register to comment.