Uses of Class
com.pervasive.datarush.analytics.cluster.AggregationFunctionConstants
-
Packages that use AggregationFunctionConstants Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of AggregationFunctionConstants in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return AggregationFunctionConstants Modifier and Type Method Description static AggregationFunctionConstants
AggregationFunctionConstants. valueOf(String name)
Returns the enum constant of this type with the specified name.static AggregationFunctionConstants[]
AggregationFunctionConstants. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.cluster with parameters of type AggregationFunctionConstants Modifier and Type Method Description static ComparisonMeasure.Builder
ComparisonMeasure. builder(AggregationFunctionConstants aggregationFunction, ComparisonMeasure.Kind kind)
Creates a builder that buildsComparisonMeasure
instances.
-