scipy.interpolate.RBFInterpolator. __call__# RBFInterpolator.__call__(x)[source]# Evaluate the interpolant at x. Parameters: x(npts, ndim) array_likeEvaluation point coordinates. Returns: ndarray, shape (npts, )Values of the interpolant at x.