Options

What's the meaning of PARAMETER_ON_THE_FLY_PRUNING?

amyamy Member Posts: 16 Maven
edited November 2018 in Help
Hi there,
Here is a parameter named on_the_fly_pruning like
<parameter key="on_the_fly_pruning" value="-1"/>
in the TextInput operator. What does it mean?
Thanks a lot.

Answers

  • Options
    IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    if this parameter is set to any value greater than 0 the following happens: each time the specified number of documents were read, all terms which occured only once are removed. If, for example, you set this parameter to 3, after 3 documents all terms with a frequency of 1 are removed, then after the next three documents this is checked again and so on.

    Cheers,
    Ingo
  • Options
    amyamy Member Posts: 16 Maven
    Hi Ingo,
    Thanks a million for your kind reply. We are so appreciated of your help and support.

    Regards

    Amy
Sign In or Register to comment.