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