Brush C++ API
A flexible interpretable machine learning framework
|
#include "../init.h"
#include "../util/utils.h"
#include "../util/error.h"
#include "../util/logger.h"
#include "../util/rnd.h"
#include "timeseries.h"
#include <variant>
#include <optional>
Go to the source code of this file.
Classes | |
class | Brush::Data::Dataset |
holds variable type data. More... | |
struct | fmt::formatter< Brush::DataType > |
Namespaces | |
namespace | Brush |
< nsga2 selection operator for getting the front | |
namespace | Brush::Data |
namespace containing Data structures used in Brush | |
Functions | |
ostream & | Brush::operator<< (ostream &os, DataType n) |
State | Brush::Data::check_type (const ArrayXf &x) |
determines data types of columns of matrix X. | |
DataType | Brush::Data::StateType (const State &arg) |
template<typename StateRef > | |
State | Brush::Data::cast_type (const ArrayXf &x, const StateRef &x_ref) |