Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
data.cpp File Reference
#include "data.h"
Include dependency graph for data.cpp:

Go to the source code of this file.

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
namespace  Brush::Data
 namespace containing Data structures used in Brush

Functions

DataType Brush::Data::StateType (const State &arg)
State Brush::Data::check_type (const ArrayXf &x, const string t)
 determines data types of columns of matrix X.
template<typename StateRef>
State Brush::Data::cast_type (const ArrayXf &x, const StateRef &x_ref)
ostream & Brush::Data::operator<< (ostream &os, DataType dt)

Variables

map< DataType, stringBrush::DataTypeName
map< string, DataTypeBrush::DataNameType = Util::reverse_map(DataTypeName)
const map< DataType, std::type_index > Brush::DataTypeID
map< std::type_index, DataTypeBrush::DataIDType = Util::reverse_map(DataTypeID)
std::vector< DataTypeBrush::Data::StateTypes