Package org.jpmml.lightgbm
Class Regression
- java.lang.Object
-
- org.jpmml.lightgbm.ObjectiveFunction
-
- org.jpmml.lightgbm.Regression
-
- Direct Known Subclasses:
Lambdarank,PoissonRegression
public class Regression extends ObjectiveFunction
-
-
Field Summary
-
Fields inherited from class org.jpmml.lightgbm.ObjectiveFunction
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME
-
-
Constructor Summary
Constructors Constructor Description Regression(Section config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jpmml.converter.LabelencodeLabel(java.lang.String targetName, java.util.List<?> targetCategories, org.jpmml.converter.ModelEncoder encoder)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.ObjectiveFunction
getAverageOutput, getName
-
-
-
-
Constructor Detail
-
Regression
public Regression(Section config)
-
-
Method Detail
-
encodeLabel
public org.jpmml.converter.Label encodeLabel(java.lang.String targetName, java.util.List<?> targetCategories, org.jpmml.converter.ModelEncoder encoder)- Specified by:
encodeLabelin classObjectiveFunction
-
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
-
-