Triangulation and compute volume #295
Open
Comments
|
Hi! I don't think methods that rely on locality (like triangulation) work well even with 5-dimensional data due to the curse of dimensionality. Please describe your problem in more detail—maybe there's a better alternative. Or do you mean that your function values are so high-dimensional? Overall the triangulation code is relatively straightforward, but it only implements a low level API, and we didn't design it for end users. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your great work.
I am working on high dimensional data (8,200K) and I want to sample the convex hull of such points in this space.
I want to use triangulation and then simplex_volume_in_embedding.
I wonder how I can use your code to form triangulation and then simplex_volume_in_embedding? I cannot find an example for learner.triangulation.
The text was updated successfully, but these errors were encountered: