Package biz.k11i.xgboost
Class Predictor.ModelParam
- java.lang.Object
-
- biz.k11i.xgboost.Predictor.ModelParam
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Predictor
static class Predictor.ModelParam extends java.lang.Object implements java.io.Serializable
Parameters.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
base_score
(package private) int
num_class
(package private) int
num_feature
(package private) int[]
reserved
(package private) int
saved_with_pbuffer
-
Constructor Summary
Constructors Constructor Description ModelParam(float base_score, int num_feature, ModelReader reader)
-
-
-
Constructor Detail
-
ModelParam
ModelParam(float base_score, int num_feature, ModelReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-