4a3efc69541b74cf3e06088e5f6fee53da09739e,examples/loss_and_gradient_se3.py,,,#,13

Before Change


from geomstats.geometry.special_orthogonal import SpecialOrthogonal


SE3 = SpecialEuclidean(n=3)
SO3 = SpecialOrthogonal(n=3)


def loss(y_pred, y_true,

After Change




SE3 = SpecialEuclidean3()
SO3 = SpecialOrthogonal3()


def loss(y_pred, y_true,
         metric=SE3.left_canonical_metric,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: geomstats/geomstats
Commit Name: 4a3efc69541b74cf3e06088e5f6fee53da09739e
Time: 2020-04-21
Author: nicolas.guigui@inria.fr
File Name: examples/loss_and_gradient_se3.py
Class Name:
Method Name:


Project Name: geomstats/geomstats
Commit Name: 9502ea0dde055ebf547bf01eb9f6b9a3b335fb3b
Time: 2020-04-21
Author: nicolas.guigui@inria.fr
File Name: tests/test_visualization.py
Class Name: TestVisualizationMethods
Method Name: setUp


Project Name: geomstats/geomstats
Commit Name: 4a3efc69541b74cf3e06088e5f6fee53da09739e
Time: 2020-04-21
Author: nicolas.guigui@inria.fr
File Name: geomstats/visualization.py
Class Name:
Method Name: