| Modifier and Type | Class and Description |
|---|---|
class |
MiningModelEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluationContext |
ModelEvaluator.createContext(ModelEvaluationContext parent) |
ModelEvaluationContext |
ModelEvaluationContext.getParent() |
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluationContext |
ModelEvaluator.createContext(ModelEvaluationContext parent) |
MiningModelEvaluationContext |
MiningModelEvaluator.createContext(ModelEvaluationContext parent) |
static Map<org.dmg.pmml.FieldName,Object> |
OutputUtil.evaluate(Map<org.dmg.pmml.FieldName,?> predictions,
ModelEvaluationContext context)
Evaluates the
Output element. |
Map<org.dmg.pmml.FieldName,?> |
TreeModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
SupportVectorMachineModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
ScorecardEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
RuleSetModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
RegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NeuralNetworkEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NearestNeighborModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
NaiveBayesModelEvaluator.evaluate(ModelEvaluationContext context) |
abstract Map<org.dmg.pmml.FieldName,?> |
ModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
MiningModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
GeneralRegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
ClusteringModelEvaluator.evaluate(ModelEvaluationContext context) |
Map<org.dmg.pmml.FieldName,?> |
AssociationModelEvaluator.evaluate(ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends ClassificationMap<?>> |
TargetUtil.evaluateClassification(ClassificationMap<?> value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends ClassificationMap<?>> |
TargetUtil.evaluateClassification(Map<org.dmg.pmml.FieldName,? extends ClassificationMap<?>> predictions,
ModelEvaluationContext context)
Evaluates the
Targets element for classification models. |
static Map<org.dmg.pmml.FieldName,? extends Number> |
TargetUtil.evaluateRegression(Double value,
ModelEvaluationContext context) |
static Map<org.dmg.pmml.FieldName,? extends Number> |
TargetUtil.evaluateRegression(Map<org.dmg.pmml.FieldName,? extends Number> predictions,
ModelEvaluationContext context)
Evaluates the
Targets element for regression models. |
| Constructor and Description |
|---|
MiningModelEvaluationContext(ModelManager<org.dmg.pmml.MiningModel> modelManager,
ModelEvaluationContext parent) |
ModelEvaluationContext(ModelManager<?> modelManager,
ModelEvaluationContext parent) |
Copyright © 2014. All Rights Reserved.