public class Dart extends GBTree
| Constructor and Description |
|---|
Dart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName() |
void |
loadBinary(XGBoostDataInput input) |
void |
loadJSON(com.google.gson.JsonObject gradientBooster) |
float[] |
tree_weights() |
encodeMiningModel, num_trees, treespublic String getAlgorithmName()
getAlgorithmName in class GBTreepublic void loadBinary(XGBoostDataInput input) throws IOException
loadBinary in interface BinaryLoadableloadBinary in class GBTreeIOExceptionpublic void loadJSON(com.google.gson.JsonObject gradientBooster)
loadJSON in interface JSONLoadableloadJSON in class GBTreepublic float[] tree_weights()
tree_weights in class GBTreeCopyright © 2022. All rights reserved.