circle_bundles.EuclideanMetric
- class circle_bundles.EuclideanMetric(name='euclidean')[source]
Bases:
objectStandard Euclidean metric on \(\mathbb{R}^d\).
This metric computes ordinary Euclidean distances between vectors using the ℓ² norm.
It is the default metric used throughout the library whenever no other metric is specified.
- Parameters:
name (str)
Methods
__init__([name])pairwise(X[, Y])Compute Euclidean pairwise distances.
Attributes