![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Class used to perform Decision Tree Regression in the FMDP Framework. More...
#include <agrum/tools/multidim/patterns/treeRegress.h>
Public Member Functions | |
Constructors / Destructors | |
TreeRegress (const MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > *qAction, const Bijection< const DiscreteVariable *, const MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > * > pxi) | |
Default constructor. More... | |
~TreeRegress () | |
Default destructor. More... | |
Main Method | |
MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > * | compute () |
Computes and builds the Function Graph that is the result of the operation. More... | |
Class used to perform Decision Tree Regression in the FMDP Framework.
Definition at line 54 of file treeRegress.h.
gum::TreeRegress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::TreeRegress | ( | const MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > * | qAction, |
const Bijection< const DiscreteVariable *, const MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > * > | pxi | ||
) |
Default constructor.
Definition at line 47 of file treeRegress_tpl.h.
gum::TreeRegress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::~TreeRegress | ( | ) |
Default destructor.
Definition at line 63 of file treeRegress_tpl.h.
References gum::Set< Key, Alloc >::emplace().
|
private |
The whatever 1.
Definition at line 96 of file treeRegress_tpl.h.
References gum::Set< Key, Alloc >::emplace().
MultiDimFunctionGraph< GUM_SCALAR, TerminalNodePolicy > * gum::TreeRegress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::compute | ( | ) |
Computes and builds the Function Graph that is the result of the operation.
Definition at line 77 of file treeRegress_tpl.h.
References gum::Set< Key, Alloc >::emplace().
|
private |
Definition at line 91 of file treeRegress.h.
|
private |
Definition at line 90 of file treeRegress.h.
|
private |
The function graphs used for the operation.
Definition at line 87 of file treeRegress.h.