Module datarush.analytics
Package com.pervasive.datarush.analytics.cluster
package com.pervasive.datarush.analytics.cluster
Provides base PMML for clustering models.
-
ClassDescriptionInterface 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.Interface for factories that createAggregationFunctionEvaluators forAggregationFunctions.Corresponds to the Cluster PMML element.Builder forClusterinstances.Corresponds to the ClusteringField PMML element.Builder forClusteringFieldinstances.Assigns input data to clusters based on the provided PMML Clustering Model.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.