Package org.jpmml.lightgbm
Class Lambdarank
- java.lang.Object
-
- org.jpmml.lightgbm.ObjectiveFunction
-
- org.jpmml.lightgbm.Regression
-
- org.jpmml.lightgbm.Lambdarank
-
public class Lambdarank extends Regression
-
-
Field Summary
-
Fields inherited from class org.jpmml.lightgbm.ObjectiveFunction
CONFIG_AVERAGE_OUTPUT, CONFIG_NAME
-
-
Constructor Summary
Constructors Constructor Description Lambdarank(Section config)
-
Method Summary
-
Methods inherited from class org.jpmml.lightgbm.Regression
encodeLabel, encodeModel
-
Methods inherited from class org.jpmml.lightgbm.ObjectiveFunction
getAverageOutput, getName
-
-
-
-
Constructor Detail
-
Lambdarank
public Lambdarank(Section config)
-
-