
public interface DoubleDistanceKNNList extends KNNList<DoubleDistance>
| Modifier and Type | Method and Description |
|---|---|
double |
doubleKNNDistance()
Get the kNN distance as double value.
|
DoubleDistanceDBIDPair |
get(int off)
Direct object access.
|
DoubleDistance |
getKNNDistance()
Deprecated.
use doubleKNNDistance()!
|
DoubleDistanceDBIDListIter |
iter()
Get an iterator
|
@Deprecated DoubleDistance getKNNDistance()
getKNNDistance in interface KNNList<DoubleDistance>double doubleKNNDistance()
DoubleDistanceDBIDListIter iter()
DistanceDBIDListiter in interface DBIDsiter in interface DistanceDBIDList<DoubleDistance>DoubleDistanceDBIDPair get(int off)
KNNListget in interface DistanceDBIDList<DoubleDistance>get in interface KNNList<DoubleDistance>off - Offset