Uses of Package
com.pervasive.datarush.analytics.cluster
Packages that use com.pervasive.datarush.analytics.cluster
Package
Description
Provides base PMML for clustering models.
Provides the KMeans algorithm.
-
Classes in com.pervasive.datarush.analytics.cluster used by com.pervasive.datarush.analytics.clusterClassDescriptionInterface for aggregation functions computing distance/similarity of two vectors according to the PMML specification.This enumeration contains implementations of
AggregationFunctions that correspond to the aggregation functions for clustering models in the PMML specification.Interface for evaluators ofAggregationFunctions.Corresponds to the Cluster PMML element.Builder forClusterinstances.Corresponds to the ClusteringField PMML element.Builder forClusteringFieldinstances.Values of this enumeration correspond to the compare functions for clustering models in the PMML specification.Corresponds to the ComparisonMeasure PMML element.Builder forComparisonMeasureinstances.Values of this enumeration correspond to the comparison measure kinds forComparisonMeasures in clustering models in the PMML specification.Corresponds to the MissingValueWeights PMML element.Builder forMissingValueWeightsinstances.Values of this enumeration correspond to the model classes of clustering models in the PMML specification.PMML clustering model.Builder forPMMLClusteringModelinstances. -