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 |
Variables | |
template<typename T > | |
constexpr auto | Brush::Stack |
Stacks Eigen arrays into a 2d-array, where each array is a column. | |
Definition at line 25 of file functions.h.