See: Description
| Interface | Description |
|---|---|
| AggregationFunction |
Interface for aggregation functions computing
distance/similarity of two vectors according to
the PMML specification.
|
| AggregationFunctionEvaluator |
Interface for evaluators of
AggregationFunctions. |
| AggregationFunctionEvaluatorFactory |
Interface for factories that create
AggregationFunctionEvaluators for AggregationFunctions. |
| Class | Description |
|---|---|
| Cluster |
Corresponds to the Cluster PMML element.
|
| Cluster.Builder |
Builder for
Cluster instances. |
| ClusteringField |
Corresponds to the ClusteringField PMML element.
|
| ClusteringField.Builder |
Builder for
ClusteringField instances. |
| ClusterPredictor |
Assigns input data to clusters based on the provided PMML Clustering Model.
|
| ComparisonMeasure |
Corresponds to the ComparisonMeasure PMML element.
|
| ComparisonMeasure.Builder |
Builder for
ComparisonMeasure instances. |
| MissingValueWeights |
Corresponds to the MissingValueWeights PMML element.
|
| MissingValueWeights.Builder |
Builder for
MissingValueWeights instances. |
| PMMLClusteringModel |
PMML clustering model.
|
| PMMLClusteringModel.Builder |
Builder for
PMMLClusteringModel instances. |
| Enum | Description |
|---|---|
| AggregationFunctionConstants |
This enumeration contains implementations of
AggregationFunctions
that correspond to the aggregation functions for clustering models in
the PMML specification. |
| CompareFunction |
Values of this enumeration correspond to the compare functions for clustering
models in the PMML specification.
|
| ComparisonMeasure.Kind |
Values of this enumeration correspond to the comparison measure kinds for
ComparisonMeasures in clustering models in the PMML specification. |
| ModelClass |
Values of this enumeration correspond to the model classes of clustering
models in the PMML specification.
|
Copyright © 2021 Actian Corporation. All rights reserved.