|
Cosan
1.0
Data Analytics Library
|
#include <standardScaler.h>
Public Member Functions | |
| StandardScaler ()=default | |
| StandardScaler (CosanRawData< NumericType > &RD) | |
| CosanRowVector< NumericType > | GetMean () const |
| CosanRowVector< NumericType > | GetStd () const |
| void | fit (CosanRawData< NumericType > &RD) |
| void | fit (const CosanMatrix< NumericType > &X) override |
| CosanMatrix< NumericType > | transform (const CosanMatrix< NumericType > &X) override |
| CosanMatrix< NumericType > | InvTransform (const CosanMatrix< NumericType > &X) |
Public Member Functions inherited from Cosan::Preprocessor< NumericType > | |
| Preprocessor () | |
| virtual | ~Preprocessor ()=default |
Public Member Functions inherited from Cosan::CosanBO | |
| CosanBO () | |
| Default constructor. More... | |
| virtual const std::string | GetName () const |
| Get the name of the objects. More... | |
Private Attributes | |
| CosanRowVector< NumericType > | mean |
| CosanRowVector< NumericType > | std |
Standardize features by removing the mean and scaling to unit variance
Definition at line 11 of file standardScaler.h.
|
default |
|
inline |
Definition at line 19 of file standardScaler.h.
|
inlineoverridevirtual |
Reimplemented from Cosan::Preprocessor< NumericType >.
Definition at line 28 of file standardScaler.h.
|
inline |
Definition at line 24 of file standardScaler.h.
|
inline |
Definition at line 22 of file standardScaler.h.
|
inline |
Definition at line 23 of file standardScaler.h.
|
inline |
Definition at line 52 of file standardScaler.h.
|
inlineoverridevirtual |
Reimplemented from Cosan::Preprocessor< NumericType >.
Definition at line 48 of file standardScaler.h.
|
private |
Definition at line 56 of file standardScaler.h.
|
private |
Definition at line 57 of file standardScaler.h.