Package org.jpmml.xgboost
Class GradientBooster
- java.lang.Object
-
- org.jpmml.xgboost.GradientBooster
-
- All Implemented Interfaces:
BinaryLoadable,JSONLoadable,UBJSONLoadable
- Direct Known Subclasses:
GBTree
public abstract class GradientBooster extends Object implements BinaryLoadable, JSONLoadable, UBJSONLoadable
-
-
Constructor Summary
Constructors Constructor Description GradientBooster()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetAlgorithmName()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jpmml.xgboost.BinaryLoadable
loadBinary
-
Methods inherited from interface org.jpmml.xgboost.JSONLoadable
loadJSON
-
Methods inherited from interface org.jpmml.xgboost.UBJSONLoadable
loadUBJSON
-
-
-
-
Method Detail
-
getAlgorithmName
public abstract String getAlgorithmName()
-
-