public class MultiProbeSample
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<double[]> |
neighbors
Neighbors of query object in terms of kNN or range search.
|
double[] |
query
The query object.
|
| Constructor and Description |
|---|
MultiProbeSample(double[] query,
java.util.List<double[]> neighbors)
Constructor.
|