4a3efc69541b74cf3e06088e5f6fee53da09739e,geomstats/visualization.py,,,#,12
Before Change
from geomstats.geometry.special_orthogonal import SpecialOrthogonal
from mpl_toolkits.mplot3d import Axes3D // NOQA
SE3_GROUP = SpecialEuclidean(n=3)
SO3_GROUP = SpecialOrthogonal(n=3)
S1 = Hypersphere(dim=1)
S2 = Hypersphere(dim=2)
H2 = Hyperboloid(dim=2)
After Change
from geomstats.geometry.special_orthogonal import SpecialOrthogonal3
from mpl_toolkits.mplot3d import Axes3D // NOQA
SE3_GROUP = SpecialEuclidean3()
SO3_GROUP = SpecialOrthogonal3()
S1 = Hypersphere(dim=1)
S2 = Hypersphere(dim=2)
H2 = Hyperboloid(dim=2)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
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:
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: 4a3efc69541b74cf3e06088e5f6fee53da09739e
Time: 2020-04-21
Author: nicolas.guigui@inria.fr
File Name: examples/plot_geodesics_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