RandomForest

Undocumented in source.

Members

Functions

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

Variables

bootstrap
bool bootstrap;
Undocumented in source.
initTree
Tree initTree;
Undocumented in source.
nTree
size_t nTree;
Undocumented in source.
trees
Tree[] trees;
Undocumented in source.

Meta