DecisionTree

Undocumented in source.

Members

Functions

fit
auto fit(Xs xs, Ys ys)
Undocumented in source. Be warned that the author may not have intended to support it.
predict
auto predict(X x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxDepth
size_t maxDepth;
Undocumented in source.
minElement
size_t minElement;
Undocumented in source.
nOutput
size_t nOutput;
Undocumented in source.
root
Node* root;
Undocumented in source.

Meta