public abstract class ObjFunction extends Object
| Constructor and Description |
|---|
ObjFunction(org.dmg.pmml.OpType opType,
org.dmg.pmml.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.OutputField |
createPredictedField(org.dmg.pmml.FieldName name) |
static org.dmg.pmml.OutputField |
createTransformedField(org.dmg.pmml.FieldName name,
org.dmg.pmml.Expression expression) |
abstract org.dmg.pmml.MiningModel |
encodeMiningModel(org.dmg.pmml.Segmentation segmentation,
float base_score,
FeatureMap featureMap) |
org.dmg.pmml.DataField |
getDataField() |
public ObjFunction(org.dmg.pmml.OpType opType,
org.dmg.pmml.DataType dataType)
public abstract org.dmg.pmml.MiningModel encodeMiningModel(org.dmg.pmml.Segmentation segmentation,
float base_score,
FeatureMap featureMap)
public org.dmg.pmml.DataField getDataField()
public static org.dmg.pmml.OutputField createPredictedField(org.dmg.pmml.FieldName name)
public static org.dmg.pmml.OutputField createTransformedField(org.dmg.pmml.FieldName name,
org.dmg.pmml.Expression expression)
Copyright © 2016. All Rights Reserved.