ezyrb.approximation.neighbors_regressor.NeighborsRegressor.predict

NeighborsRegressor.predict(new_point)[source]

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