ezyrb.approximation.radius_neighbors_regressor.RadiusNeighborsRegressor
- class RadiusNeighborsRegressor(**kwargs)[source]
Radius Neighbors Regressor.
- Parameters:
kwargs – arguments passed to the internal instance of RadiusNeighborsRegressor.
Methods
__init__(**kwargs)fit(points, values)Construct the interpolator given points and values.
predict(new_point)Evaluate interpolator at given new_points.