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> |
knnDistances
Store 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, getShortName
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName