Package biz.k11i.xgboost.tree
Class RegTree.Param
- java.lang.Object
-
- biz.k11i.xgboost.tree.RegTree.Param
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RegTree
static class RegTree.Param extends java.lang.Object implements java.io.Serializable
Parameters.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
max_depth
(package private) int
num_deleted
(package private) int
num_feature
(package private) int
num_nodes
(package private) int
num_roots
(package private) int[]
reserved
(package private) int
size_leaf_vector
-
Constructor Summary
Constructors Constructor Description Param(ModelReader reader)
-
-
-
Constructor Detail
-
Param
Param(ModelReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-