ezyrb.approximation.radius_neighbors_regressor.RadiusNeighborsRegressor.predict

RadiusNeighborsRegressor.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