GradientBoosting

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

bluePrint
Model bluePrint;
Undocumented in source.
initPred
double[] initPred;
Undocumented in source.
models
Model[] models;
Undocumented in source.
nBoost
size_t nBoost;
Undocumented in source.
stepSize
double stepSize;
Undocumented in source.

Meta