Package org.jpmml.xgboost
Class AFT
- java.lang.Object
-
- org.jpmml.xgboost.ObjFunction
-
- org.jpmml.xgboost.Regression
-
- org.jpmml.xgboost.AFT
-
public class AFT extends Regression
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dmg.pmml.mining.MiningModelencodeModel(List<RegTree> trees, List<Float> weights, float[] base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)ObjFunction.ProbToMarginFunctionprobToMarginFunction()-
Methods inherited from class org.jpmml.xgboost.Regression
encodeLabel
-
Methods inherited from class org.jpmml.xgboost.ObjFunction
encodeModel, getName, probToMargin
-
-
-
-
Constructor Detail
-
AFT
public AFT(String name)
-
-
Method Detail
-
probToMarginFunction
public ObjFunction.ProbToMarginFunction probToMarginFunction()
- Overrides:
probToMarginFunctionin classObjFunction
-
encodeModel
public org.dmg.pmml.mining.MiningModel encodeModel(List<RegTree> trees, List<Float> weights, float[] base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)
- Specified by:
encodeModelin classObjFunction
-
-