
D - the type of Distance used by this Resultpublic class KNNDistanceOrderResult<D extends Distance<D>> extends BasicResult implements IterableResult<D>
| Modifier and Type | Field and Description | 
|---|---|
| private List<D> | knnDistancesStore the kNN Distances | 
| Constructor and Description | 
|---|
| KNNDistanceOrderResult(String name,
                      String shortname,
                      List<D> knnDistances)Construct result | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<D> | iterator()Return an iterator. | 
getLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortName