| Interface | Description |
|---|---|
| CategoricalResultFeature<K> |
A common superinterface for categorical result features.
|
| Computable | |
| Evaluator |
Performs the evaluation of a
Model. |
| EvaluatorBuilder | |
| 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.
|
| 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 | |
| InputMapper | |
| InputTypeInfo | |
| MapHolder<V> | |
| Numbers | |
| OutputFilter | |
| OutputFilters | |
| PMMLTransformer<E extends Exception> | |
| ResultFeature |
A common superinterface for all result features.
|
| ResultMapper | |
| SetHolder | |
| Strings | |
| SymbolTable<K> | |
| TypeInfo | |
| TypeInfos | |
| ValueStatusHolder |
| Enum | Description |
|---|---|
| Classification.Type |
| Exception | Description |
|---|---|
| DuplicateFieldException |
Thrown to indicate that a field name resolves to more than one field in the current context.
|
| DuplicateFieldValueException |
Thrown to indicate that a field value is declared by two or more fields.
|
| EvaluationException |
Thrown to indicate an abrupt termination of the evaluation operation.
|
| FunctionException |
Thrown to indicate an incorrect function invocation.
|
| InvalidArgumentException | |
| InvalidArgumentListException | |
| InvalidResultException |
Thrown to indicate an invalid end state of an evaluation operation.
|
| InvisibleFieldException |
Thrown to indicate that a field is not visible in the current context.
|
| MissingArgumentException | |
| MissingFieldException |
Thrown to indicate that a field name cannot be resolved to a field in the current context.
|
| MissingFieldValueException |
Thrown to indicate that a field value is not declared.
|
| NaNResultException | |
| NotImplementedException | |
| TypeCheckException |
Thrown to indicate a violation of PMML type system.
|
| UndefinedResultException | |
| ValueCheckException |
| Annotation Type | Description |
|---|---|
| Operation |
Copyright © 2022. All rights reserved.