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
-
-
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)floatprobToMargin(float value)-
Methods inherited from class org.jpmml.xgboost.Regression
encodeLabel
-
Methods inherited from class org.jpmml.xgboost.ObjFunction
createMiningModel, encodeModel, getName, inverseExp, inverseLogit
-
-
-
-
Constructor Detail
-
AFT
public AFT(String name)
-
-
Method Detail
-
probToMargin
public float probToMargin(float value)
- Overrides:
probToMarginin 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
-
-