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