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.
2 parents 804c2bb + d91a725 commit 24c62beCopy full SHA for 24c62be
src/metrics.jl
@@ -11,7 +11,7 @@ type SqEuclidean <: SemiMetric end
11
type Chebyshev <: Metric end
12
type Cityblock <: Metric end
13
14
-type Minkowski{T <: Real} <: Metric
+immutable Minkowski{T <: Real} <: Metric
15
p::T
16
end
17
0 commit comments