scipy.interpolate.RBFInterpolator.__call__# RBFInterpolator.__call__(x)[source]# Evaluate the interpolant at x. Parameters x(Q, N) array_likeEvaluation point coordinates. Returns (Q, …) ndarrayValues of the interpolant at x.