public static class KNNDistancesSampler.KNNDistanceOrderResult extends BasicResult implements IterableResult<Double>
Modifier and Type | Field and Description |
---|---|
private double[] |
knnDistances
Store the kNN Distances
|
Constructor and Description |
---|
KNNDistanceOrderResult(String name,
String shortname,
double[] knnDistances)
Construct result
|
Modifier and Type | Method and Description |
---|---|
Iterator<Double> |
iterator()
Return an iterator.
|
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
forEach, spliterator
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.