protected static org.dmg.pmml.mining.MiningModel |
ObjFunction.createMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
LogisticRegression.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
MultinomialLogisticRegression.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
LinearRegression.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.mining.MiningModel |
ObjFunction.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
LambdaMART.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
BinomialLogisticRegression.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
HingeClassification.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
GeneralizedLinearRegression.encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |