I'm looking for a way to visualize scattered data with interpolation on a heatmap. Matlab's griddata function solves this with nearest, linear and cubic interpolation by internally using Delaunay triangulation.
Does ILNumerics have a scattered data interpolation function similar to griddata, or is there a math library for C# which does this?
Thanks!