Further Term Frequency measures

limegreenman900
limegreenman900 New Altair Community Member
edited November 5 in Community Q&A

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!

Tagged:

Best Answer

  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓

    Hi,

     

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

     

    Cheers,

    Ingo

Answers

  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓

    Hi,

     

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

     

    Cheers,

    Ingo