Feat C++ API
A feature engineering automation tool
|
#include <string>
#include <Eigen/Dense>
#include <vector>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
class | FT::Dat::Stack< type > |
template stack class which holds various stack types for feat More... | |
class | FT::Dat::State |
contains various types of State actually used by feat More... | |
class | FT::Dat::Trace |
used for tracing stack outputs for backprop algorithm. More... | |
Namespaces | |
FT | |
main Feat namespace | |
FT::Dat | |
namespace containing Data structures used in Feat | |
Typedefs | |
typedef Eigen::Array< bool, Eigen::Dynamic, 1 > | ArrayXb |