| Modifier and Type | Method and Description |
|---|---|
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,?> |
JavaModel.evaluate(ModelEvaluationContext context) |
abstract Map<org.dmg.pmml.FieldName,?> |
ModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
AssociationModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
ClusteringModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
GeneralRegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaModelEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
JavaModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MiningModelEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
MiningModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
NaiveBayesModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
NearestNeighborModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
NeuralNetworkEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
RegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
RuleSetModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
ScorecardEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
SupportVectorMachineModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
TreeModelEvaluator.evaluate(ModelEvaluationContext context) |
Copyright © 2018. All rights reserved.