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) |
void |
loadUBJSON(com.devsmart.ubjson.UBObject gradientBooster) |
float[] |
tree_weights() |
encodeMiningModel, getSplitCategories, getSplitType, hasCategoricalSplits, num_parallel_tree, 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 void loadUBJSON(com.devsmart.ubjson.UBObject gradientBooster)
loadUBJSON in interface UBJSONLoadableloadUBJSON in class GBTreepublic float[] tree_weights()
tree_weights in class GBTreeCopyright © 2024. All rights reserved.