| Class | Description |
|---|---|
| CosineDistance |
Cosine distance
Note that you need to initialize
a scaling constant equal to the norm2 of the
vector
|
| CosineSimilarity |
Cosine similarity
Note that you need to initialize
a scaling constant equal to the norm2 of the
vector
|
| EuclideanDistance |
Euclidean distance
|
| HammingDistance |
Hamming distance (simple)
|
| JaccardDistance |
Jaccard distance (dissimilarity)
|
| ManhattanDistance |
Manhattan distance
|
Copyright © 2018. All rights reserved.