Package org.jpmml.lightgbm
Class PoissonRegression
- java.lang.Object
-
- org.jpmml.lightgbm.ObjectiveFunction
-
- org.jpmml.lightgbm.Regression
-
- org.jpmml.lightgbm.PoissonRegression
-
public class PoissonRegression extends Regression
-
-
Field Summary
-
Fields inherited from class org.jpmml.lightgbm.ObjectiveFunction
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME
-
-
Constructor Summary
Constructors Constructor Description PoissonRegression(Section config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dmg.pmml.mining.MiningModelencodeModel(java.util.List<Tree> trees, java.lang.Integer numIteration, org.jpmml.converter.Schema schema)-
Methods inherited from class org.jpmml.lightgbm.Regression
encodeLabel
-
Methods inherited from class org.jpmml.lightgbm.ObjectiveFunction
getAverageOutput, getName
-
-
-
-
Constructor Detail
-
PoissonRegression
public PoissonRegression(Section config)
-
-
Method Detail
-
encodeModel
public org.dmg.pmml.mining.MiningModel encodeModel(java.util.List<Tree> trees, java.lang.Integer numIteration, org.jpmml.converter.Schema schema)
- Overrides:
encodeModelin classRegression
-
-