|
Brush C++ API
A flexible interpretable machine learning framework
|
Classes | |
| class | DeleteMutation |
| delete subtree and replace it with a terminal of the same return type More... | |
| class | InsertMutation |
| insert a node with spot as a child More... | |
| class | MutationBase |
| class | PointMutation |
| replace node with same typed node More... | |
| class | SplitMutation |
Inserts an split node in the spot More... | |
| class | SubtreeMutation |
replaces the subtree rooted in spot More... | |
| class | ToggleWeightOffMutation |
| toggle the node's weight OFF More... | |
| class | ToggleWeightOnMutation |
| toggle the node's weight ON More... | |
| class | Variation |
| Class representing the variation operators in Brush. More... | |