We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c2056 commit ba3ac88Copy full SHA for ba3ac88
src/metrics.jl
@@ -97,7 +97,7 @@ struct SpanNormDist <: SemiMetric end
97
struct MeanAbsDeviation <: Metric end
98
struct MeanSqDeviation <: SemiMetric end
99
struct RMSDeviation <: Metric end
100
-struct NormRMSDeviation <: Metric end
+struct NormRMSDeviation <: PreMetric end
101
102
struct PeriodicEuclidean{W <: AbstractArray{<: Real}} <: Metric
103
periods::W
0 commit comments