-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalization #15
Comments
Are large values of u and v still inside your domain (defined with cmin and cmax)? If not then these are outside of interpolation grid and decrease rapidly. |
My dataset is composed of 3D points. |
Another problem could be the initial grid is too sparse, so the data points are approximated exactly, and the rest of the grid has no overlap with the input data. |
There was the same problem, it turned out to be solved by reducing the grid (mba:: index<2> grid). |
I open a new issue to not mix the two questions
It is very strange because my example points aren't working until I normalize them.
The operator
interp(mba::point<2>{u, v})
with large values of u and v returns 0.The text was updated successfully, but these errors were encountered: