| Interface | Description |
|---|---|
| CategoricalResultFeature |
A common superinterface for categorical result features.
|
| Computable | |
| Epochs | |
| Evaluator |
Performs the evaluation of a
Model. |
| FieldValues | |
| Function |
A common superinterface for PMML built-in functions and Java user-defined functions.
|
| Functions | |
| HasActiveFields | |
| 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> | |
| HasGroupFields |
A marker interface for models that expect the application to group
many scalar-valued data records to a single collection-valued data record.
|
| HasInputFields | |
| HasModel<M extends org.dmg.pmml.Model> |
A marker interface for
Evaluator implementations that are backed by an in-memory Model object. |
| HasOrderFields |
A marker interface for models that expect the application to group and order
many scalar-valued data records to a single ordered collection-type data record.
|
| HasParsedValue<E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasValue<E>> | |
| HasParsedValueMapping<V> | |
| HasParsedValueSet<E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasValueSet<E>> | |
| HasPMML |
A marker interface for
Evaluator implementations that are backed by an in-memory PMML object. |
| HasPrediction | |
| HasProbability |
A marker interface for classification results that provide a probability distribution.
|
| HasReasonCodeRanking | |
| HasReport | |
| HasResultFields | |
| HasRuleValues | |
| Numbers | |
| PMMLAttributes | |
| PMMLElements | |
| ResultFeature |
A common superinterface for all result features.
|
| Strings |
| 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.
|
| InvalidAttributeException | |
| InvalidElementException | |
| InvalidElementListException | |
| InvalidMarkupException |
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.
|
| InvisibleFieldException |
Thrown to indicate that a field is not visible in the current context.
|
| MisplacedAttributeException | |
| MisplacedElementException | |
| MissingAttributeException | |
| MissingElementException | |
| 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.
|
| NaNResultException | |
| NotImplementedException | |
| PMMLException | |
| TypeCheckException |
Thrown to indicate a violation of PMML type system.
|
| UndefinedResultException | |
| UnsupportedAttributeException | |
| UnsupportedElementException | |
| UnsupportedMarkupException |
Thrown to indicate that the class model object is not supported.
|
| Annotation Type | Description |
|---|---|
| Operation |
Copyright © 2018. All rights reserved.