ezyrb.reduction.Reduction

class Reduction[source]

The abstract Approximation class.

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

__init__()

Methods

__init__()

expand()

Abstract expand

fit()

Abstract fit

inverse_transform()

Abstract inverse_transform

reduce()

Abstract reduce

transform()

Abstract transform