d-tree ~master (2022-03-01T12:52:15.264018)
Dub
Repo
GradientBoosting
dtree
boosting
Undocumented in source.
struct
GradientBoosting (
Model
alias
gradient
=
mseGrad
) {
Model
bluePrint
;
size_t
nBoost
;
Model
[]
models
;
double
[]
initPred
;
double
stepSize
;
auto
fit
(Xs xs, Ys ys);
auto
predict
(X x);
}
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
Source
See Implementation
dtree
boosting
functions
mean
mseGrad
structs
GradientBoosting