Feat C++ API
A feature engineering automation tool
state.h File Reference
#include <string>
#include <Eigen/Dense>
#include <vector>
#include <map>
#include <iostream>
Include dependency graph for state.h:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ ArrayXb

typedef Eigen::Array<bool,Eigen::Dynamic,1> ArrayXb

Definition at line 24 of file state.h.