machine learning - how to use Gower's Distance for KNN in weka? -


currently i'm working on knn classification , having both categorical , continuous variables in data set. decided use gower's distance similarity measure knn. gower's distance not available in weka knn classification. there way use gower's distance knn using weka? if possible, how can implement that?

first should check how similar algorithms implemented in weka. suggest take @ how euclideandistance implemented.

based on can create preferred algorithm.

finally, have add new functionality in weka. achieve have check manual. more details check here , here


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -