
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 |
|---|
KNNDistancesSampler.KNNDistanceOrderResult(double[] knnDistances,
int k)
Construct result
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
String |
getShortName()
A short name for the result, useful for file names.
|
public KNNDistancesSampler.KNNDistanceOrderResult(double[] knnDistances,
int k)
knnDistances - distance list to wrap.k - number of neighbors consideredpublic String getLongName()
ResultgetLongName in interface ResultgetLongName in class XYCurvepublic String getShortName()
ResultgetShortName in interface ResultgetShortName in class XYCurveCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.