ModelEvaluationContext |
ModelEvaluator.createContext(ModelEvaluationContext parent) |
MiningModelEvaluationContext |
MiningModelEvaluator.createContext(ModelEvaluationContext parent) |
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(Map<org.dmg.pmml.FieldName,? extends Classification> predictions,
ModelEvaluationContext context)
Evaluates the Targets element for classification models.
|
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(Map<org.dmg.pmml.FieldName,? extends Double> predictions,
ModelEvaluationContext context)
Evaluates the Targets element for regression models.
|
static Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegressionDefault(ModelEvaluationContext context) |