Package smile.neighbor.lsh
Class MultiProbeSample
java.lang.Object
smile.neighbor.lsh.MultiProbeSample
Training sample for MPLSH.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
query
public final double[] queryThe query object. -
neighbors
The neighbors of query object in terms of kNN or range search.
-
-
Constructor Details
-
MultiProbeSample
Constructor.- Parameters:
query
- the query object.neighbors
- the neighbors of query object.
-