Package org.jpmml.lightgbm
Class BinomialLogisticRegression
- java.lang.Object
-
- org.jpmml.lightgbm.ObjectiveFunction
-
- org.jpmml.lightgbm.Classification
-
- org.jpmml.lightgbm.BinomialLogisticRegression
-
public class BinomialLogisticRegression extends Classification
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_SIGMOID-
Fields inherited from class org.jpmml.lightgbm.Classification
CONFIG_NUM_CLASS
-
Fields inherited from class org.jpmml.lightgbm.ObjectiveFunction
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME
-
-
Constructor Summary
Constructors Constructor Description BinomialLogisticRegression(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.Classification
encodeLabel, getNumClass
-
Methods inherited from class org.jpmml.lightgbm.ObjectiveFunction
getAverageOutput, getName
-
-
-
-
Field Detail
-
CONFIG_SIGMOID
public static final java.lang.String CONFIG_SIGMOID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BinomialLogisticRegression
public BinomialLogisticRegression(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)
- Specified by:
encodeModelin classObjectiveFunction
-
-