We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95672e0 commit 397c6ffCopy full SHA for 397c6ff
src/generic.rs
@@ -23,7 +23,6 @@ pub mod pre_metric {
23
impl_metric! {
24
GenKLDivergence,
25
KLDivergence,
26
- NormRMSDeviation,
27
}
28
29
pub mod semi_metric {
@@ -34,18 +33,15 @@ pub mod semi_metric {
34
33
JSDivergence,
35
MeanAbsDeviation,
36
MeanSqDeviation,
37
- SpanNormDist,
38
SqEuclidean,
39
40
41
pub mod metric {
42
43
Chebyshev,
44
Cityblock,
45
- CosineDist,
46
Euclidean,
47
Hamming,
48
- Jaccard,
49
RMSDeviation,
50
TotalVariation,
51
0 commit comments