Package org.jpmml.xgboost
Class PoissonRegression
- java.lang.Object
-
- org.jpmml.xgboost.ObjFunction
-
- org.jpmml.xgboost.Regression
-
- org.jpmml.xgboost.GeneralizedLinearRegression
-
- org.jpmml.xgboost.PoissonRegression
-
public class PoissonRegression extends GeneralizedLinearRegression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.xgboost.ObjFunction
ObjFunction.ProbToMarginFunction
-
-
Field Summary
-
Fields inherited from class org.jpmml.xgboost.ObjFunction
DEFAULT_TARGET_INDEX
-
-
Constructor Summary
Constructors Constructor Description PoissonRegression(String name)
-
Method Summary
-
Methods inherited from class org.jpmml.xgboost.GeneralizedLinearRegression
encodeModel, probToMarginFunction
-
Methods inherited from class org.jpmml.xgboost.Regression
encodeLabel
-
Methods inherited from class org.jpmml.xgboost.ObjFunction
encodeModel, getName, probToMargin
-
-
-
-
Constructor Detail
-
PoissonRegression
public PoissonRegression(String name)
-
-