Package biz.k11i.xgboost.tree
Class RegTreeImpl.Param
- java.lang.Object
-
- biz.k11i.xgboost.tree.RegTreeImpl.Param
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RegTreeImpl
static class RegTreeImpl.Param extends java.lang.Object implements java.io.SerializableParameters.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intmax_depth(package private) intnum_deleted(package private) intnum_feature(package private) intnum_nodes(package private) intnum_roots(package private) int[]reserved(package private) intsize_leaf_vector
-
Constructor Summary
Constructors Constructor Description Param(ModelReader reader)
-
-
-
Constructor Detail
-
Param
Param(ModelReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-