ezyrb.approximation.kneighbors_regressor.KNeighborsRegressor.predict

KNeighborsRegressor.predict(new_point)

Evaluate interpolator at given new_points.

Parameters:

new_points (array_like) – the coordinates of the given points.

Returns:

the interpolated values.

Return type:

numpy.ndarray