com.sjm.machlearn.classifiers.knn
Class KNNIndex

java.lang.Object
  |
  +--com.sjm.machlearn.classifiers.knn.KNNIndex

public class KNNIndex
extends java.lang.Object


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

index

protected int index

dist

protected double dist
Constructor Detail

KNNIndex

public KNNIndex(int i,
                double d)
Method Detail

getIndex

public int getIndex()

getDist

public double getDist()