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
k-nn with nominal measures and Jaccard
fedayncarica
Member Posts: 30 Contributor I
attached I send my process. How should I change to use K-NN with nomial measured and Jaccard?
Tagged:
0
Answers
So to use Jaccard Similiarity with K-nn, you have to set the "Measure Types" parameter to Nominmal Measures. Then you can select Jaccard Similarity for the nominal measure.
yes i know, but is not so simple..
you need to make sure that your input data is all nominal, not mixed with numerical values. You can use the Numerical to Nominal to do this.