Skip to content

Commit 397c6ff

Browse files
committed
fix: remove unimplemented distance metrics from metric modules
1 parent 95672e0 commit 397c6ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/generic.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub mod pre_metric {
2323
impl_metric! {
2424
GenKLDivergence,
2525
KLDivergence,
26-
NormRMSDeviation,
2726
}
2827
}
2928
pub mod semi_metric {
@@ -34,18 +33,15 @@ pub mod semi_metric {
3433
JSDivergence,
3534
MeanAbsDeviation,
3635
MeanSqDeviation,
37-
SpanNormDist,
3836
SqEuclidean,
3937
}
4038
}
4139
pub mod metric {
4240
impl_metric! {
4341
Chebyshev,
4442
Cityblock,
45-
CosineDist,
4643
Euclidean,
4744
Hamming,
48-
Jaccard,
4945
RMSDeviation,
5046
TotalVariation,
5147
}

0 commit comments

Comments
 (0)