smile.neighbor
Interface KNNSearch<K,V>
-
- Type Parameters:
K- the type of keys.V- the type of associated objects.
public interface KNNSearch<K,V>K-nearest neighbor search identifies the top k nearest neighbors to the query. This technique is commonly used in predictive analytics to estimate or classify a point based on the consensus of its neighbors. K-nearest neighbor graphs are graphs in which every point is connected to its k nearest neighbors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Neighbor<K,V>[]knn(K q, int k)Search the k nearest neighbors to the query.
-
DataMelt 3.0 © DataMelt by jWork.ORG