What's the meaning of PARAMETER_ON_THE_FLY_PRUNING?

amyamy MemberPosts:16Maven
edited November 2018 inHelp
Hi there,
Here is a parameter named on_the_fly_pruning like

in the TextInput operator. What does it mean?
Thanks a lot.

Answers

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM 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
  • amyamy MemberPosts:16Maven
    Hi Ingo,
    Thanks a million for your kind reply. We are so appreciated of your help and support.

    问候

    Amy
Sign InorRegisterto comment.