ApproximationΒΆ
EZyRB package
|
The abstract Approximation class. |
|
Abstract fit |
|
Abstract predict |
-
class
Approximation[source] Bases:
abc.ABCThe abstract Approximation class.
All the classes that implement the input-output mapping should be inherited from this class.
-
_abc_impl= <_abc_data object>
-
abstract
fit(points, values)[source] Abstract fit
-
abstract
predict(new_point)[source] Abstract predict
-