Uses of Class
weka.classifiers.lazy.IBk.NeighborList

Packages that use IBk.NeighborList
weka.classifiers.lazy   
 

Uses of IBk.NeighborList in weka.classifiers.lazy
 

Methods in weka.classifiers.lazy that return IBk.NeighborList
protected  IBk.NeighborList IBk.findNeighbors(Instance instance)
          Build the list of nearest k neighbors to the given test instance.
 

Methods in weka.classifiers.lazy with parameters of type IBk.NeighborList
protected  double[] IBk.makeDistribution(IBk.NeighborList neighborlist)
          Turn the list of nearest neighbors into a probability distribution