Brush C++ API
A flexible interpretable machine learning framework
|
#include "data.h"
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) |
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, string > | Brush::DataTypeName |
map< string, DataType > | Brush::DataNameType = Util::reverse_map(DataTypeName) |
const map< DataType, std::type_index > | Brush::DataTypeID |
map< std::type_index, DataType > | Brush::DataIDType = Util::reverse_map(DataTypeID) |
std::vector< DataType > | Brush::Data::StateTypes |