//
pkg.gl
Category
github.com/kshard/vector
internal
pure
package
0.1.1
Repository:
https://github.com/kshard/vector.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
64 SLOC
#
Functions
CosineF32
Cosine distance between two vectors.
EqualF32
No description provided by the author
EuclideanF32
Squared Euclidean distance between two vectors.
#
Constants
ENABLED_COSINE
No description provided by the author
ENABLED_EUCLIDEAN
No description provided by the author
#
Type aliases
Cosine
Type Class for Cosine distance.
Euclidean
Type Class for Euclidean distance.