public abstract class ObjectiveFunction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_AVERAGE_OUTPUT |
static String |
CONFIG_NAME |
| Constructor and Description |
|---|
ObjectiveFunction(Section config) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dmg.pmml.mining.MiningModel |
createMiningModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
abstract org.jpmml.converter.Label |
encodeLabel(String targetName,
List<?> targetCategories,
org.jpmml.converter.PMMLEncoder encoder) |
abstract org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
boolean |
getAverageOutput() |
String |
getName() |
public static final String CONFIG_NAME
public static final String CONFIG_AVERAGE_OUTPUT
public ObjectiveFunction(Section config)
public abstract org.jpmml.converter.Label encodeLabel(String targetName, List<?> targetCategories, org.jpmml.converter.PMMLEncoder encoder)
public abstract org.dmg.pmml.mining.MiningModel encodeMiningModel(List<Tree> trees, Integer numIteration, org.jpmml.converter.Schema schema)
protected org.dmg.pmml.mining.MiningModel createMiningModel(List<Tree> trees, Integer numIteration, org.jpmml.converter.Schema schema)
public String getName()
public boolean getAverageOutput()
Copyright © 2022. All rights reserved.