Feat C++ API
A feature engineering automation tool
nodevector.h File Reference
#include <memory>
#include "nodewrapper.h"
#include "nodemap.h"
#include "../util/error.h"
Include dependency graph for nodevector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FT::Pop::NodeVector
 an extension of a vector of unique pointers to nodes More...
 

Namespaces

 FT
 main Feat namespace
 
 FT::Pop
 namespace containing population representations used in Feat
 

Functions

void FT::Pop::to_json (json &j, const NodeVector &nv)
 
void FT::Pop::from_json (const json &j, NodeVector &nv)