|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sjm.machlearn.classifiers.knn.KNNIndex
Field Summary | |
protected double |
dist
|
protected int |
index
|
Constructor Summary | |
KNNIndex(int i,
double d)
|
Method Summary | |
double |
getDist()
|
int |
getIndex()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int index
protected double dist
Constructor Detail |
public KNNIndex(int i, double d)
Method Detail |
public int getIndex()
public double getDist()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |