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