Uses of Interface
com.pervasive.datarush.analytics.cluster.AggregationFunction
Packages that use AggregationFunction
Package
Description
Provides base PMML for clustering models.
-
Uses of AggregationFunction in com.pervasive.datarush.analytics.cluster
Classes in com.pervasive.datarush.analytics.cluster that implement AggregationFunctionModifier and TypeClassDescriptionenumThis enumeration contains implementations ofAggregationFunctions that correspond to the aggregation functions for clustering models in the PMML specification.Methods in com.pervasive.datarush.analytics.cluster that return AggregationFunctionModifier and TypeMethodDescriptionComparisonMeasure.getAggregationFunction()Gets theAggregationFunctionused by thisComparisonMeasureinstance.Methods in com.pervasive.datarush.analytics.cluster with parameters of type AggregationFunctionModifier and TypeMethodDescriptionAggregationFunctionEvaluatorFactory.evaluator(AggregationFunction aggregationFunction, CompareFunction[] compareFunctions, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter) Creates anAggregationFunctionEvaluatorinstance.