torch_geometric.transforms.Delaunay
- class Delaunay[source]
Bases:
BaseTransform
Computes the delaunay triangulation of a set of points (functional name:
delaunay
).Hint
Consider installing the torch_delaunay package to speed up computation.
Bases: BaseTransform
Computes the delaunay triangulation of a set of points
(functional name: delaunay
).
Hint
Consider installing the torch_delaunay package to speed up computation.