Gradient boosted tree implementation.
GBTree
01 Syntax
Microsoft.VisualBasic.MachineLearning.XGBoost.gbm.GBTree
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| loadModel | 1 | |
| predict | 1 | |
| predictSingle | 1 | |
| predictLeaf | 1 |
03 Members
loadModel(ModelReader,
Boolean)predict(FVec,
Int32)predictSingle(FVec,
Int32)predictLeaf(FVec,
Int32)