scipy.interpolate.RBFInterpolator. __call__# RBFInterpolator.__call__(x)[原始碼]# 在 x 處評估內插器。 參數: x(Q, N) 類陣列評估點坐標。 回傳值: (Q, …) ndarray在 x 處的內插器值。