public static class KNNDistancesSampler.KNNDistanceOrderResult extends XYCurve
XYCurve.Itr
Modifier and Type | Field and Description |
---|---|
private int |
k
Number of neighbors considered for this KNNDIstanceOrder
|
Constructor and Description |
---|
KNNDistanceOrderResult(double[] knnDistances,
int k)
Construct result
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
public KNNDistanceOrderResult(double[] knnDistances, int k)
knnDistances
- distance list to wrap.k
- number of neighbors consideredpublic java.lang.String getLongName()
Result
getLongName
in interface Result
getLongName
in class XYCurve
public java.lang.String getShortName()
Result
getShortName
in interface Result
getShortName
in class XYCurve
Copyright © 2019 ELKI Development Team. License information.