ReductionΒΆ

Reduction submodule

Reduction

The abstract Approximation class.

Reduction.reduce

Reduction.expand

Reduction.transform

Abstract transform

Reduction.inverse_transform

Abstract inverse_transform

class Reduction[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()[source]

Abstract fit

abstract inverse_transform()[source]

Abstract inverse_transform

abstract transform()[source]

Abstract transform