|
Cosan
1.0
Data Analytics Library
|
#include <customtransform.h>
Public Member Functions | |
| CustomTransform ()=delete | |
| CustomTransform (CosanRawData< NumericType > &RD, std::vector< NumericType > newInput) | |
| decltype(auto) | GetCustomFeatures () |
Public Member Functions inherited from Cosan::Preprocessor< NumericType > | |
| 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... | |
Private Attributes | |
| CosanMatrix< NumericType > | __customFeatures |
Definition at line 11 of file customtransform.h.
|
delete |
|
inline |
Definition at line 14 of file customtransform.h.
|
inline |
Definition at line 30 of file customtransform.h.
|
private |
Definition at line 32 of file customtransform.h.