public abstract class ObjFunction extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjFunction.Transformation |
| Constructor and Description |
|---|
ObjFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract LabelMap |
createLabelMap(org.dmg.pmml.FieldName targetField,
List<String> targetCategories) |
static org.dmg.pmml.Output |
createOutput(ObjFunction.Transformation transformation) |
static org.dmg.pmml.Output |
createOutput(ObjFunction.Transformation transformation,
String targetCategory) |
static org.dmg.pmml.Targets |
createTargets(float base_score,
org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.mining.MiningModel |
encodeMiningModel(org.dmg.pmml.mining.Segmentation segmentation,
float base_score,
org.jpmml.converter.Schema schema) |
public abstract LabelMap createLabelMap(org.dmg.pmml.FieldName targetField, List<String> targetCategories)
public abstract org.dmg.pmml.mining.MiningModel encodeMiningModel(org.dmg.pmml.mining.Segmentation segmentation,
float base_score,
org.jpmml.converter.Schema schema)
public static org.dmg.pmml.Targets createTargets(float base_score,
org.jpmml.converter.Schema schema)
public static org.dmg.pmml.Output createOutput(ObjFunction.Transformation transformation)
public static org.dmg.pmml.Output createOutput(ObjFunction.Transformation transformation, String targetCategory)
Copyright © 2017. All Rights Reserved.