ezyrb.approximation.kneighbors_regressor.KNeighborsRegressor.fit

KNeighborsRegressor.fit(points, values)

Construct the interpolator given points and values.

Parameters:
  • points (array_like) – the coordinates of the points.

  • values (array_like) – the values in the points.