...
This operator works with buildTermCorpus operator, where buildTermCorpus builds the model and matchSimilarFromCorpus operator matches the text to the corpus in the model and adds the columns those kept.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Match Similar From Corpus operator in the search field and select the operator from the Results to open the operator form.
- In the Table drop-down, enter or select the name of the table to run this operator on.
- In the Model Name drop-down, Enter or select the name of the model in the MODEL NAME field.
- In the Column drop-down, enter or select the name of the column that contains the text to extract TF-IDF features.
- In the Number of Matches, enter a value to get the number of best matches.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
Uses the processed corpus from buildTermCorpus and a new column of text to return the Cosine similarity.
...