public abstract class ObjectiveFunction extends Object
| Constructor and Description |
|---|
ObjectiveFunction() |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.mining.Segmentation |
createSegmentation(List<org.dmg.pmml.tree.TreeModel> treeModels) |
abstract org.jpmml.converter.Label |
encodeLabel(org.dmg.pmml.FieldName name,
org.jpmml.converter.PMMLEncoder encoder) |
abstract org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<org.dmg.pmml.tree.TreeModel> treeModels,
org.jpmml.converter.Schema schema) |
public abstract org.jpmml.converter.Label encodeLabel(org.dmg.pmml.FieldName name,
org.jpmml.converter.PMMLEncoder encoder)
public abstract org.dmg.pmml.mining.MiningModel encodeMiningModel(List<org.dmg.pmml.tree.TreeModel> treeModels, org.jpmml.converter.Schema schema)
public static org.dmg.pmml.mining.Segmentation createSegmentation(List<org.dmg.pmml.tree.TreeModel> treeModels)
Copyright © 2017. All Rights Reserved.