Feat C++ API
A feature engineering automation tool
scorer.h File Reference
#include "metrics.h"
Include dependency graph for scorer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FT::Eval::Scorer
 scoring class for Feat More...
 

Namespaces

 FT
 main Feat namespace
 
 FT::Eval
 namespace containing various Evaluation classes used in Feat
 

Typedefs

typedef float(* FT::Eval::funcPointer) (const VectorXf &, const shared_ptr< CLabels > &, VectorXf &, const vector< float > &)