OmniSciDB
a5dc49c757
|
#include <MLTableFunctions.hpp>
Public Member Functions | |
CategoricalFeaturesBuilder (const ColumnList< TextEncodingDict > &cat_features, const ColumnList< T > &numeric_features, const int32_t cat_top_k, const float cat_min_fraction, const bool cat_include_others) | |
CategoricalFeaturesBuilder (const ColumnList< TextEncodingDict > &cat_features, const int32_t cat_top_k, const float cat_min_fraction, const bool cat_include_others) | |
CategoricalFeaturesBuilder (const ColumnList< TextEncodingDict > &cat_features, const ColumnList< T > &numeric_features, const std::vector< std::vector< std::string >> &cat_feature_keys) | |
CategoricalFeaturesBuilder (const ColumnList< TextEncodingDict > &cat_features, const std::vector< std::vector< std::string >> &cat_feature_keys) | |
ColumnList< T > | getFeatures () |
const std::vector< std::vector < std::string > > & | getCatFeatureKeys () const |
Private Attributes | |
int64_t | num_rows_ |
std::vector < TableFunctions_Namespace::OneHotEncoder_Namespace::OneHotEncodedCol < T > > | one_hot_encoded_cols_ |
std::vector< std::vector < std::string > > | cat_feature_keys_ |
std::vector< int8_t * > | col_ptrs_ |
Definition at line 385 of file MLTableFunctions.hpp.
|
inline |
Definition at line 387 of file MLTableFunctions.hpp.
References ColumnList< T >::numCols(), ColumnList< TextEncodingDict >::numCols(), and ColumnList< T >::ptrs_.
|
inline |
Definition at line 417 of file MLTableFunctions.hpp.
References ColumnList< TextEncodingDict >::numCols().
|
inline |
Definition at line 441 of file MLTableFunctions.hpp.
References ColumnList< T >::numCols(), ColumnList< TextEncodingDict >::numCols(), and ColumnList< T >::ptrs_.
|
inline |
Definition at line 472 of file MLTableFunctions.hpp.
References ColumnList< TextEncodingDict >::numCols().
|
inline |
Definition at line 502 of file MLTableFunctions.hpp.
Referenced by decision_tree_reg_fit__cpu_template(), gbt_reg_fit__cpu_template(), linear_reg_fit__cpu_template(), pca_fit__cpu_1(), pca_fit__cpu_template(), and random_forest_reg_fit__cpu_template().
|
inline |
Definition at line 497 of file MLTableFunctions.hpp.
Referenced by decision_tree_reg_fit__cpu_template(), gbt_reg_fit__cpu_template(), linear_reg_fit__cpu_template(), pca_fit__cpu_1(), pca_fit__cpu_template(), and random_forest_reg_fit__cpu_template().
|
private |
Definition at line 510 of file MLTableFunctions.hpp.
|
private |
Definition at line 511 of file MLTableFunctions.hpp.
|
private |
Definition at line 507 of file MLTableFunctions.hpp.
|
private |
Definition at line 509 of file MLTableFunctions.hpp.