| Interface | Description |
|---|---|
| Batch | |
| CategoricalResultFeature |
A common superinterface for categorical result features.
|
| Computable | |
| Consumer | |
| Evaluator |
Performs the evaluation of a
Model. |
| Function |
A common superinterface for PMML built-in functions and Java user-defined functions.
|
| HasAffinity |
A marker interface for classification or clustering results that provide an affinity distribution.
|
| HasAffinityRanking | |
| HasConfidence |
A marker interface for classification results that provide a confidence distribution.
|
| HasDisplayValue | |
| HasEntityAffinity | |
| HasEntityId |
A marker interface for results that are associated with a "winning"
Entity. |
| HasEntityIdRanking | |
| HasEntityRegistry<E extends org.dmg.pmml.Entity> | |
| HasParsedValue | |
| HasParsedValueMapping<V> | |
| HasParsedValueSet | |
| HasProbability |
A marker interface for classification results that provide a probability distribution.
|
| HasReasonCodeRanking | |
| HasRuleValues | |
| ResultFeature |
A common superinterface for all result features.
|
| Enum | Description |
|---|---|
| Classification.Type |
| Exception | Description |
|---|---|
| DuplicateValueException |
Thrown to indicate a duplicate field value.
|
| EvaluationException |
Thrown to indicate an abrupt termination of the evaluation process.
|
| FunctionException |
Thrown to indicate an incorrect function invocation.
|
| InvalidFeatureException |
Thrown to indicate that the class model object is not valid.
|
| InvalidResultException |
Thrown to indicate a well-defined "stop condition", which requires the abrupt termination of the evaluation process.
|
| MissingFieldException |
Thrown to indicate that a field name cannot be resolved to a field in the current context.
|
| MissingValueException |
Thrown to indicate a missing field value.
|
| PMMLException | |
| TypeAnalysisException |
Thrown to indicate an impassable obstacle in a type analysis process.
|
| TypeCheckException |
Thrown to indicate a violation of PMML type system.
|
| UnsupportedFeatureException |
Thrown to indicate that the class model object is not supported.
|
Copyright © 2015. All Rights Reserved.