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 classAggregationFunctionConstantsThis 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 AggregationFunction Modifier and Type Method Description AggregationFunctionComparisonMeasure. getAggregationFunction()Gets theAggregationFunctionused by thisComparisonMeasureinstance.Methods in com.pervasive.datarush.analytics.cluster with parameters of type AggregationFunction Modifier and Type Method Description AggregationFunctionEvaluatorAggregationFunctionEvaluatorFactory. evaluator(AggregationFunction aggregationFunction, CompareFunction[] compareFunctions, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter)Creates anAggregationFunctionEvaluatorinstance.
-