torch_geometric.transforms.Delaunay

class Delaunay[source]

Bases: BaseTransform

计算一组点的德劳内三角剖分 (函数名称: delaunay).

提示

考虑安装 torch_delaunay 包 以加速计算。