Feat C++ API
A feature engineering automation tool
|
#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>
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 > | |
T | FT::Opt::pop (vector< T > *v) |
template<class T > | |
T | FT::Opt::pop_front (vector< T > *v) |
typedef Eigen::Array<bool,Eigen::Dynamic,1> ArrayXb |
Definition at line 23 of file auto_backprop.h.