ApproximationΒΆ

EZyRB package

Approximation

The abstract Approximation class.

Approximation.fit

Abstract fit

Approximation.predict

Abstract predict

class Approximation[source]

Bases: abc.ABC

The 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