NumpyTensorSpaceConstWeighting.dist¶
- NumpyTensorSpaceConstWeighting.dist(x1, x2)[source]¶
Return the weighted distance between
x1
andx2
.- Parameters:
- x1, x2
NumpyTensor
Tensors whose mutual distance is calculated.
- x1, x2
- Returns:
- distfloat
The distance between the tensors.