public class TargetUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<org.dmg.pmml.FieldName,? extends Classification> |
evaluateClassification(Classification value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Classification> |
evaluateClassification(org.dmg.pmml.FieldName name,
Classification value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Classification> |
evaluateClassificationDefault(ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
evaluateRegression(Double value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
evaluateRegression(org.dmg.pmml.FieldName name,
Double value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
evaluateRegressionDefault(ModelEvaluationContext context) |
static org.dmg.pmml.TargetValue |
getTargetValue(org.dmg.pmml.Target target,
Object value) |
static Double |
processValue(org.dmg.pmml.Target target,
Double value) |
public static Map<org.dmg.pmml.FieldName,?> evaluateRegressionDefault(ModelEvaluationContext context)
public static Map<org.dmg.pmml.FieldName,?> evaluateRegression(Double value, ModelEvaluationContext context)
public static Map<org.dmg.pmml.FieldName,?> evaluateRegression(org.dmg.pmml.FieldName name, Double value, ModelEvaluationContext context)
public static Map<org.dmg.pmml.FieldName,? extends Classification> evaluateClassificationDefault(ModelEvaluationContext context)
public static Map<org.dmg.pmml.FieldName,? extends Classification> evaluateClassification(Classification value, ModelEvaluationContext context)
public static Map<org.dmg.pmml.FieldName,? extends Classification> evaluateClassification(org.dmg.pmml.FieldName name, Classification value, ModelEvaluationContext context)
public static org.dmg.pmml.TargetValue getTargetValue(org.dmg.pmml.Target target,
Object value)
Copyright © 2016. All Rights Reserved.