Package biz.k11i.xgboost.gbm
Class GBTree.ModelParam
java.lang.Object
biz.k11i.xgboost.gbm.GBTree.ModelParam
- All Implemented Interfaces:
Serializable
- Enclosing class:
GBTree
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final int
(package private) final long
(package private) final int
(package private) final int
(package private) final int[]
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
num_trees
final int num_trees -
num_roots
final int num_roots -
num_feature
final int num_feature -
num_pbuffer
final long num_pbuffer -
num_output_group
final int num_output_group -
size_leaf_vector
final int size_leaf_vector -
reserved
final int[] reserved
-
-
Constructor Details
-
ModelParam
ModelParam(ModelReader reader) throws IOException - Throws:
IOException
-
-
Method Details
-
predBufferSize
long predBufferSize()
-