Package biz.k11i.xgboost.gbm
Class GBTree.ModelParam
- java.lang.Object
-
- biz.k11i.xgboost.gbm.GBTree.ModelParam
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GBTree
static class GBTree.ModelParam extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
num_feature
(package private) int
num_output_group
(package private) long
num_pbuffer
(package private) int
num_roots
(package private) int
num_trees
(package private) int[]
reserved
(package private) int
size_leaf_vector
-
Constructor Summary
Constructors Constructor Description ModelParam(ModelReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
predBufferSize()
-
-
-
Constructor Detail
-
ModelParam
ModelParam(ModelReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-