|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sjm.machlearn.classifiers.knn.HannibisDist
Constructor Summary | |
HannibisDist()
|
Method Summary | |
double |
getContinuousDist(Feature f1,
Feature f2)
|
double |
getDiscreteDist(Feature f1,
Feature f2)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HannibisDist()
Method Detail |
public double getDiscreteDist(Feature f1, Feature f2) throws InvalidFeature
public double getContinuousDist(Feature f1, Feature f2) throws InvalidFeature
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |