Uses of Package
org.tribuo.math.distance
Package
Description
Provides an implementation of HDBSCAN*.
Provides a multithreaded implementation of K-Means, with a
configurable distance function.
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output
types.An interface for distance computations between two
SGDVector
instances
along with some standard implementations.Provides nearest neighbour query functionality.
Provides a brute-force nearest neighbour query implementation.
Provides a k-d tree nearest neighbour query implementation.
-
ClassDescriptionInterface for distance functions.The built-in distance functions.
-
ClassDescriptionInterface for distance functions.The built-in distance functions.
-
ClassDescriptionInterface for distance functions.The built-in distance functions.
-
ClassDescriptionCosine similarity used as a distance measure.Interface for distance functions.The built-in distance functions.L1 (or Manhattan) distance.L2 (or Euclidean) distance.
-
-
-