Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
dispatch_table.h File Reference
#include "../init.h"
#include "../data/data.h"
#include "nodetype.h"
#include "node.h"
#include <optional>
#include <cstddef>
#include <tuple>
Include dependency graph for dispatch_table.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ TreeNode

Definition at line 23 of file dispatch_table.h.