Module datarush.analytics
Package com.pervasive.datarush.analytics.cluster
Provides base PMML for clustering models.
-
Interface Summary Interface Description AggregationFunction Interface for aggregation functions computing distance/similarity of two vectors according to the PMML specification.AggregationFunctionEvaluator Interface for evaluators ofAggregationFunction
s.AggregationFunctionEvaluatorFactory Interface for factories that createAggregationFunctionEvaluator
s forAggregationFunction
s. -
Class Summary Class Description Cluster Corresponds to the Cluster PMML element.Cluster.Builder Builder forCluster
instances.ClusteringField Corresponds to the ClusteringField PMML element.ClusteringField.Builder Builder forClusteringField
instances.ClusterPredictor Assigns input data to clusters based on the provided PMML Clustering Model.ComparisonMeasure Corresponds to the ComparisonMeasure PMML element.ComparisonMeasure.Builder Builder forComparisonMeasure
instances.MissingValueWeights Corresponds to the MissingValueWeights PMML element.MissingValueWeights.Builder Builder forMissingValueWeights
instances.PMMLClusteringModel PMML clustering model.PMMLClusteringModel.Builder Builder forPMMLClusteringModel
instances. -
Enum Summary Enum Description AggregationFunctionConstants This enumeration contains implementations ofAggregationFunction
s 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 forComparisonMeasure
s in clustering models in the PMML specification.ModelClass Values of this enumeration correspond to the model classes of clustering models in the PMML specification.