scipy.interpolate.RBFInterpolator. __call__# RBFInterpolator.__call__(x)[source]# 在 x 处评估插值器。 参数: x(Q, N) 类似数组评估点坐标。 返回值: (Q, …) ndarray插值器在 x 处的值。