Approximation
The abstract Approximation class.
All the classes that implement the input-output mapping should be inherited from this class.
Methods
__init__()
__init__
fit(points, values)
fit
Abstract fit
predict(new_point)
predict
Abstract predict