|
Brush C++ API
A flexible interpretable machine learning framework
|
#include "../init.h"#include "../data/data.h"#include "nodetype.h"#include "node.h"#include <optional>#include <cstddef>#include <tuple>

Go to the source code of this file.
Classes | |
| struct | Brush::DispatchTable< Fit > |
Namespaces | |
| namespace | Brush |
| < nsga2 selection operator for getting the front | |
Typedefs | |
| using | TreeNode = class tree_node_<Node> |
Functions | |
| template<typename R, NodeType NT, typename S, bool Fit, typename W> | |
| R | Brush::DispatchOp (const Data::Dataset &d, TreeNode &tn, const W **weights) |
| template<typename R, NodeType NT, typename S, bool Fit> | |
| R | Brush::DispatchOp (const Data::Dataset &d, TreeNode &tn) |
| using TreeNode = class tree_node_<Node> |
Definition at line 23 of file dispatch_table.h.