Feat C++ API
A feature engineering automation tool
auto_backprop.h File Reference
#include <Eigen/Dense>
#include <iostream>
#include <map>
#include <vector>
#include "../pop/nodevector.h"
#include "../dat/state.h"
#include "../pop/op/n_Dx.h"
#include "../eval/metrics.h"
#include "../pop/individual.h"
#include "../model/ml.h"
#include "../init.h"
#include "../params.h"
#include <cmath>
#include <shogun/labels/Labels.h>
Include dependency graph for auto_backprop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FT::Opt::BP_NODE
 
class  FT::Opt::AutoBackProp
 

Namespaces

 FT
 main Feat namespace
 
 FT::Opt
 namespace for backprop classes in Feat
 

Typedefs

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

Functions

template<class T >
FT::Opt::pop (vector< T > *v)
 
template<class T >
FT::Opt::pop_front (vector< T > *v)
 

Typedef Documentation

◆ ArrayXb

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

Definition at line 23 of file auto_backprop.h.