|
Brush C++ API
A flexible interpretable machine learning framework
|
#include <cmath>#include <iterator>#include <functional>#include <numeric>#include <type_traits>#include "../init.h"#include "nodetype.h"#include "../util/utils.h"#include "../data/data.h"#include "node.h"

Go to the source code of this file.
Namespaces | |
| namespace | Brush |
| < nsga2 selection operator for getting the front | |
Typedefs | |
| typedef Eigen::Array< bool, Eigen::Dynamic, 1 > | ArrayXb |
| typedef TimeSeries< float > | TimeSeriesf |
Enumerations | |
| enum class | NodeType |
Variables | |
| template<typename T> | |
| constexpr auto | Brush::Stack |
| Stacks Eigen arrays into a 2d-array, where each array is a column. | |
| typedef Eigen::Array<bool,Eigen::Dynamic,1> ArrayXb |
Definition at line 25 of file functions.h.
| typedef TimeSeries<float> Brush::Data::TimeSeriesf |
|
strong |
Definition at line 31 of file nodetype.h.