Interface ClusteringIndex<T>
-
- All Known Implementing Classes:
FeatureClusteringIndex
public interface ClusteringIndex<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>
getCandidates(T obj, double distance)
-
-
-
Method Detail
-
getCandidates
Collection<T> getCandidates(T obj, double distance)
-
-