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 |
|---|---|
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) |
abstract org.dmg.pmml.DataType |
getDataType() |
abstract org.dmg.pmml.OpType |
getOpType() |
abstract List<String> |
prepareTargetCategories(List<String> targetCategories) |
public abstract org.dmg.pmml.DataType getDataType()
public abstract org.dmg.pmml.OpType getOpType()
public abstract List<String> prepareTargetCategories(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 © 2016. All Rights Reserved.