Does Math.net Numerics support 4D, 5D or higher dimensional interpolation on irregular grid? -
does math.net numerics support 4d, 5d or higher dimensional interpolation on irregular grid?
my data set in format of a, b, c, d, z. data set irregular grid. interpolate z given a, b, c, d.
if yes, way in math.net numerics?
thanks!
follow after research
no, math.net numerics doesn't support 4d, 5d or higher dimensional interpolation on irregular grid.
i ended using scipy rbf verified running 4d interpolation. didn't have chance verify 5d or higher dimension.
this scipy rbf tutorial useful setup quick working prototype.
Comments
Post a Comment