Package org.jpmml.xgboost
Class Regression
- java.lang.Object
-
- org.jpmml.xgboost.ObjFunction
-
- org.jpmml.xgboost.Regression
-
- Direct Known Subclasses:
AFT,GeneralizedLinearRegression,LambdaMART,LinearRegression,LogisticRegression
public abstract class Regression extends ObjFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.xgboost.ObjFunction
ObjFunction.ProbToMarginFunction
-
-
Field Summary
-
Fields inherited from class org.jpmml.xgboost.ObjFunction
DEFAULT_TARGET_INDEX
-
-
Constructor Summary
Constructors Constructor Description Regression(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jpmml.converter.LabelencodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.ModelEncoder encoder)-
Methods inherited from class org.jpmml.xgboost.ObjFunction
encodeModel, encodeModel, getName, probToMargin, probToMarginFunction
-
-
-
-
Constructor Detail
-
Regression
public Regression(String name)
-
-
Method Detail
-
encodeLabel
public org.jpmml.converter.Label encodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.ModelEncoder encoder)
- Specified by:
encodeLabelin classObjFunction
-
-