Package com.github.jelmerk.knn
-
Interface Summary Interface Description DistanceFunction<TVector,TDistance> Calculates distance between 2 items.Index<TId,TVector,TItem extends Item<TId,TVector>,TDistance> Read write K-nearest neighbors search index.Item<TId,TVector> Item that can be indexed.ProgressListener Callback interface for reporting on the progress of an index operation. -
Class Summary Class Description DoubleDistanceFunctions Various distance metrics.FloatDistanceFunctions Various distance metrics.NullProgressListener Implementation ofProgressListener
that does nothing.SearchResult<TItem,TDistance> Result of a nearest neighbour search.