-
Updated
May 22, 2022 - Java
geometry
Here are 1,627 public repositories matching this topic...
-
Updated
May 24, 2022 - C++
-
Updated
May 30, 2022 - C
-
Updated
Jun 4, 2022 - C++
-
Updated
Jun 4, 2022 - C++
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 28, 2022 - Python
-
Updated
May 28, 2022 - C++
-
Updated
May 12, 2022 - C++
-
Updated
May 9, 2022 - C++
-
Updated
Jun 3, 2022 - Java
Right now converted meshes approximate curves with a given resolution. Ideally this resolution could be configured as users might want more detail on the converted mesh.
Since mesh converting is currently based on the bezier converter this simply boils down to setting the correct values in the bezier datablock before the to_mesh() method is called. Note that setting this property by the user doe
-
Updated
May 5, 2022 - PHP
-
Updated
May 26, 2022 - JavaScript
-
Updated
May 26, 2022 - Python
-
Updated
May 31, 2022 - JavaScript
-
Updated
Mar 20, 2022 - C++
-
Updated
Apr 23, 2022 - Clojure
-
Updated
Aug 26, 2019 - Java
-
Updated
Apr 29, 2021 - JavaScript
Where should the content be modified?
geomstats/learning/knn.py
What should be modified?
We should come up with a "bridge" to scikit-learn, i.e. a centralized way to pass geomstats' Riemannian geodesic distances to scikit-learn learning methods. Not only for the K-NN algorithm.
Additional information
Example snippet that is not working:
import geomstats.datasets.utils as dat
Improve this page
Add a description, image, and links to the geometry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geometry topic, visit your repo's landing page and select "manage topics."
Current behavior:
Desirable behavior: