package
0.0.0-20200711083454-beb861ee48b1
Repository: https://github.com/pa-m/sklearn.git
Documentation: pkg.go.dev
# Functions
CubicSpline adapted from https://github.com/morganherlocker/cubic-spline.
Interp1d return linear interpolation from x,y points mimics partly scipy.interpolate.interp1d.
Interp2d computes bilinear interpolation from x,y to z.