Uses of Interface
com.pervasive.datarush.analytics.cluster.AggregationFunction
-
Packages that use AggregationFunction Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of AggregationFunction in com.pervasive.datarush.analytics.cluster
Classes in com.pervasive.datarush.analytics.cluster that implement AggregationFunction Modifier and Type Class Description class
AggregationFunctionConstants
This enumeration contains implementations ofAggregationFunction
s that correspond to the aggregation functions for clustering models in the PMML specification.Methods in com.pervasive.datarush.analytics.cluster that return AggregationFunction Modifier and Type Method Description AggregationFunction
ComparisonMeasure. getAggregationFunction()
Gets theAggregationFunction
used by thisComparisonMeasure
instance.Methods in com.pervasive.datarush.analytics.cluster with parameters of type AggregationFunction Modifier and Type Method Description AggregationFunctionEvaluator
AggregationFunctionEvaluatorFactory. evaluator(AggregationFunction aggregationFunction, CompareFunction[] compareFunctions, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter)
Creates anAggregationFunctionEvaluator
instance.
-