ezyrb.approximation.Approximation

class Approximation[source]

The abstract Approximation class.

All the classes that implement the input-output mapping should be inherited from this class.

__init__()

Methods

__init__()

fit(points, values)

Abstract fit

predict(new_point)

Abstract predict