🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

RapidMiner - range by occurence

User: "aldimeola1122"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Andrew2"
    New Altair Community Member
    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
    User: "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
    User: "Andrew2"
    New Altair Community Member
    That's even better!