weka.core.neighboursearch
Class NewNNSearch.InstanceNode

java.lang.Object
  extended by weka.core.neighboursearch.NewNNSearch.InstanceNode
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
NewNNSearch

public class NewNNSearch.InstanceNode
extends Object
implements Comparable, Serializable

See Also:
Serialized Form

Constructor Summary
NewNNSearch.InstanceNode(int ins, Double dist)
           
 
Method Summary
 int compareTo(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewNNSearch.InstanceNode

public NewNNSearch.InstanceNode(int ins,
                                Double dist)
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.