gmum / mlls2015

Active Learning experiments for Machine Learning in Life Sciences Workshop ECML 2015
16 stars 6 forks source link

Correct metric calculation #119

Closed kudkudak closed 8 years ago

kudkudak commented 8 years ago

1 - Jaccard is not correct metric for feature values extending 1. We should use D(x,y)=||x-y||=sqrt(<x-y,x-y>)=sqrt(k(x,x)-2k(x,y)+k(y,y))

kudkudak commented 8 years ago

Jaccard for non-binary might be also incorrect