Class | Description |
---|---|
BaseReduce3Op |
Manhattan distance
|
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
|
Dot |
Dot product.
|
EqualsWithEps |
Operation for fast INDArrays equality checks
|
EuclideanDistance |
Euclidean distance
|
HammingDistance |
Hamming distance (simple)
|
JaccardDistance |
Jaccard distance (dissimilarity)
|
ManhattanDistance |
Manhattan distance
|
Copyright © 2019. All rights reserved.