ReductionΒΆ
Reduction submodule
|
The abstract Approximation class. |
|
|
|
|
|
Abstract 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
-