You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With scipy RBFInterpolator, we can customize the interpolator with many parameters. One of the most useful is "neighbors". This turns global RBFinterpolator into local interpolator, resulting in much greater performance.
Is there any plan for that, especially for killer functionalities like customizing a "neighbors" parameter?
The text was updated successfully, but these errors were encountered:
With scipy RBFInterpolator, we can customize the interpolator with many parameters. One of the most useful is "neighbors". This turns global RBFinterpolator into local interpolator, resulting in much greater performance.
Is there any plan for that, especially for killer functionalities like customizing a "neighbors" parameter?
The text was updated successfully, but these errors were encountered: