You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,17 @@ This package also provides optimized functions to compute column-wise and pairwi
23
23
* Correlation distance
24
24
* Chi-square distance
25
25
* Kullback-Leibler divergence
26
+
* Generalized Kullback-Leibler divergence
26
27
* Rényi divergence
27
28
* Jensen-Shannon divergence
28
29
* Mahalanobis distance
29
30
* Squared Mahalanobis distance
30
31
* Bhattacharyya distance
31
32
* Hellinger distance
33
+
* Mean absolute deviation
34
+
* Mean squared deviation
35
+
* Root mean squared deviation
36
+
* Normalized root mean squared deviation
32
37
33
38
For ``Euclidean distance``, ``Squared Euclidean distance``, ``Cityblock distance``, ``Minkowski distance``, and ``Hamming distance``, a weighted version is also provided.
34
39
@@ -138,13 +143,18 @@ Each distance corresponds to a distance type. The type name and the correspondin
138
143
| CorrDist |`corr_dist(x, y)`|`cosine_dist(x - mean(x), y - mean(y))`|
0 commit comments