|
Cosan
1.0
Data Analytics Library
|
#include <ordinalEncoder.h>
Public Member Functions | |
| std::vector< int > | getEncoding (int colIdx, const std::string &category) |
Public Member Functions inherited from Cosan::Encoder< NumericType > | |
| Encoder ()=delete | |
| Encoder (CosanRawData< NumericType > &RD, bool add_back=false) | |
| void | fit (CosanRawData< NumericType > &RD) |
| CosanMatrix< NumericType > & | GetCatMatrix () |
| std::vector< std::unordered_map< std::string, gsl::index > > | getCategories () const |
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... | |
Definition at line 8 of file ordinalEncoder.h.
|
inline |
Definition at line 10 of file ordinalEncoder.h.