|
Cosan
1.0
Data Analytics Library
|
#include <preprocessor.h>
Public Member Functions | |
| Preprocessor () | |
| virtual | ~Preprocessor ()=default |
| virtual void | fit (const CosanMatrix< NumericType > &X) |
| virtual CosanMatrix< NumericType > | transform (const CosanMatrix< NumericType > &X) |
Public Member Functions inherited from Cosan::CosanBO | |
| CosanBO () | |
| Default constructor. More... | |
| virtual const std::string | GetName () const |
| Get the name of the objects. More... | |
Base class for precessor
Definition at line 14 of file preprocessor.h.
|
inline |
Definition at line 16 of file preprocessor.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in Cosan::StandardScaler< NumericType >, and Cosan::Normalizer< NumericType >.
Definition at line 20 of file preprocessor.h.
|
inlinevirtual |
Reimplemented in Cosan::StandardScaler< NumericType >, and Cosan::Normalizer< NumericType >.
Definition at line 22 of file preprocessor.h.