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

Further Term Frequency measures

limegreenman900limegreenman900 Member Posts: 26 Contributor II
edited November 2018 in Help

Hi everyone,

 

I am comparing a document to another template document. For this I am doing some preprocessing (tokenize, transform cases etc.) and afterwards I am comparing both document with a cross distance operator using cosine similarity. So when my "process documents from files" (using term frequency) operator is finished I get a table with my two examples and XY attributes. Is there now any chance to get some other frequencies on my attributes like logarithm or augmented within my "process documents from files" operator or do I have to work with a seperate loop operator afterwards?

 

Any help appreciated!

Best Answer

  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Solution Accepted

    Hi,

     

    You will need to loop over the attributes afterwards and use Generate Attribute to apply the desired transformations.

     

    Cheers,

    Ingo

Sign In or Register to comment.