Package biz.k11i.xgboost.gbm
Class GBBase
- java.lang.Object
-
- biz.k11i.xgboost.gbm.GBBase
-
- All Implemented Interfaces:
GradBooster,java.io.Serializable
abstract class GBBase extends java.lang.Object implements GradBooster
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface biz.k11i.xgboost.gbm.GradBooster
GradBooster.Factory
-
-
Field Summary
Fields Modifier and Type Field Description protected intnum_classprotected intnum_featureprotected intnum_output_group
-
Constructor Summary
Constructors Constructor Description GBBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetNumClass(int numClass)voidsetNumFeature(int numFeature)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface biz.k11i.xgboost.gbm.GradBooster
loadModel, predict, predictLeaf, predictLeafPath, predictSingle
-
-
-
-
Method Detail
-
setNumClass
public void setNumClass(int numClass)
- Specified by:
setNumClassin interfaceGradBooster
-
setNumFeature
public void setNumFeature(int numFeature)
- Specified by:
setNumFeaturein interfaceGradBooster
-
-