public class Dart extends GBTree
| Constructor and Description |
|---|
Dart() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmName() |
void |
loadBinary(XGBoostDataInput input) |
void |
loadJSON(com.google.gson.JsonObject gradientBooster) |
float[] |
tree_weights() |
encodeMiningModel, num_trees, treespublic java.lang.String getAlgorithmName()
getAlgorithmName in class GBTreepublic void loadBinary(XGBoostDataInput input) throws java.io.IOException
loadBinary in interface BinaryLoadableloadBinary in class GBTreejava.io.IOExceptionpublic void loadJSON(com.google.gson.JsonObject gradientBooster)
loadJSON in interface JSONLoadableloadJSON in class GBTreepublic float[] tree_weights()
tree_weights in class GBTreeCopyright © 2021. All Rights Reserved.