static Map<org.dmg.pmml.FieldName,?> |
OutputUtil.evaluate(Map<org.dmg.pmml.FieldName,?> predictions,
ModelEvaluationContext context)
Evaluates the Output element.
|
abstract Map<org.dmg.pmml.FieldName,?> |
ModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
AssociationModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
SupportVectorMachineModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
TreeModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
ScorecardEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
RegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NearestNeighborModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
RuleSetModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
MiningModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
ClusteringModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NeuralNetworkEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
GeneralRegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NaiveBayesModelEvaluator.evaluate(ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassification(Classification value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassification(org.dmg.pmml.FieldName name,
Classification value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassificationDefault(ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegression(Double value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegression(org.dmg.pmml.FieldName name,
Double value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegressionDefault(ModelEvaluationContext context) |