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
-
-
Constructor Summary
Constructors Constructor Description PoissonRegression(String name)
-
Method Summary
-
Methods inherited from class org.jpmml.xgboost.GeneralizedLinearRegression
encodeModel, probToMargin
-
Methods inherited from class org.jpmml.xgboost.Regression
encodeLabel
-
Methods inherited from class org.jpmml.xgboost.ObjFunction
createMiningModel, encodeModel, getName, inverseExp, inverseLogit
-
-
-
-
Constructor Detail
-
PoissonRegression
public PoissonRegression(String name)
-
-