1

我有一组 500 个 7D 点数组。当我运行以下代码时:

from scipy.spatial import Delaunay
delau = Delaunay(ip)
Delaunay.find_simplex(delau,ip)

Delaunay.find_simplex仅对 500 个数据点中的一个数据点返回 -1。我知道该点位于三角剖分之外,因此得到值 -1。如何在不改变数组维度的情况下将这一点包含在三角剖分中?

4

0 回答 0