geomstats.test_cases.learning package#
Submodules#
geomstats.test_cases.learning.agglomerative_hierarchical_clustering module#
geomstats.test_cases.learning.expectation_maximization module#
geomstats.test_cases.learning.exponential_barycenter module#
- class geomstats.test_cases.learning.exponential_barycenter.EuclideanGroup(dim, equip=True)[source]#
Bases:
Euclidean
- exp(tangent_vec, base_point=None)[source]#
Compute the group exponential, which is simply the addition.
- Parameters:
tangent_vec (array-like, shape=[…, n]) – Tangent vector at base point.
base_point (array-like, shape=[…, n]) – Point from which the exponential is computed.
- Returns:
point (array-like, shape=[…, n]) – Group exponential.