scipy.interpolate.LinearNDInterpolator. __call__# LinearNDInterpolator.__call__(xi)# 在给定点评估插值器。 参数: x1, x2, … xn: 浮点数类型的类数组要进行数据插值的点。x1, x2, … xn 可以是具有可广播形状的浮点数类型的类数组。或者 x1 可以是形状为 (..., ndim) 的浮点数类型的类数组