Package org.jpmml.lightgbm
Class MultinomialLogisticRegression
- java.lang.Object
-
- org.jpmml.lightgbm.ObjectiveFunction
-
- org.jpmml.lightgbm.Classification
-
- org.jpmml.lightgbm.MultinomialLogisticRegression
-
public class MultinomialLogisticRegression extends Classification
-
-
Field Summary
-
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 MultinomialLogisticRegression(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
-
-
-
-
Constructor Detail
-
MultinomialLogisticRegression
public MultinomialLogisticRegression(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
-
-