Class ResultItem<T>
java.lang.Object
kieker.analysis.generic.clustering.mtree.query.ResultItem<T>
- Type Parameters:
T
- data type of the result item
public final class ResultItem<T>
extends java.lang.Object
The type of the results for nearest-neighbor queries.
- Since:
- 2.0.0
- Author:
- Eduardo R. D'Avila
-
Constructor Summary
Constructors Constructor Description ResultItem(T data, double distance)
-
Method Summary
Modifier and Type Method Description T
getData()
double
getDistance()
-
Constructor Details
-
Method Details
-
getData
-
getDistance
public double getDistance()
-