| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<org.dmg.pmml.FieldName,?> |
OutputUtil.evaluate(java.util.Map<org.dmg.pmml.FieldName,?> predictions,
ModelEvaluationContext context)
Evaluates the
Output element. |
abstract java.util.Map<org.dmg.pmml.FieldName,?> |
ModelEvaluator.evaluate(ModelEvaluationContext context) |
abstract java.util.Map<org.dmg.pmml.FieldName,?> |
JavaModel.evaluate(ModelEvaluationContext context) |
java.util.Map<org.dmg.pmml.FieldName,?> |
JavaModelEvaluator.evaluate(ModelEvaluationContext context) |
static java.util.Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassification(Classification value,
ModelEvaluationContext context) |
static java.util.Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassificationDefault(ModelEvaluationContext context) |
static java.util.Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegression(java.lang.Double value,
ModelEvaluationContext context) |
static java.util.Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegressionDefault(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
AssociationModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
ClusteringModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
GeneralRegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MiningModelEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
MiningModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
NaiveBayesModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
NearestNeighborModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
NeuralNetworkEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
RegressionModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
RuleSetModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
ScorecardEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
SupportVectorMachineModelEvaluator.evaluate(ModelEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.dmg.pmml.FieldName,?> |
TreeModelEvaluator.evaluate(ModelEvaluationContext context) |
Copyright © 2017. All Rights Reserved.