protected org.dmg.pmml.mining.MiningModel |
ObjectiveFunction.createMiningModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.mining.MiningModel |
ObjectiveFunction.encodeModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
MultinomialLogisticRegression.encodeModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
BinomialLogisticRegression.encodeModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
Regression.encodeModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.mining.MiningModel |
PoissonRegression.encodeModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |