|
Feat C++ API
A feature engineering automation tool
|
#include <string>#include <Eigen/Dense>#include <vector>#include <map>#include "../util/utils.h"

Go to the source code of this file.
Classes | |
| class | FT::Dat::Data |
| data holding X, y, and Z data More... | |
| class | FT::Dat::DataRef |
Namespaces | |
| FT | |
| main Feat namespace | |
| FT::Dat | |
| namespace containing Data structures used in Feat | |
Typedefs | |
| typedef Eigen::Array< bool, Eigen::Dynamic, 1 > | ArrayXb |
| typedef std::map< string, std::pair< vector< ArrayXf >, vector< ArrayXf > > > | LongData |