O
- Object typepublic interface Norm<O> extends PrimitiveDistanceFunction<O>
Modifier and Type | Method and Description |
---|---|
double |
norm(O obj)
Compute the norm of object obj.
|
distance, getInputTypeRestriction, instantiate
isMetric, isSquared, isSymmetric
double norm(O obj)
obj
- ObjectCopyright © 2019 ELKI Development Team. License information.