Uses of Enum Class
com.pervasive.datarush.analytics.cluster.AggregationFunctionConstants
Packages that use AggregationFunctionConstants
Package
Description
Provides base PMML for clustering models.
-
Uses of AggregationFunctionConstants in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return AggregationFunctionConstantsModifier and TypeMethodDescriptionstatic AggregationFunctionConstantsReturns the enum constant of this class with the specified name.static AggregationFunctionConstants[]AggregationFunctionConstants.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.cluster with parameters of type AggregationFunctionConstantsModifier and TypeMethodDescriptionstatic ComparisonMeasure.BuilderComparisonMeasure.builder(AggregationFunctionConstants aggregationFunction, ComparisonMeasure.Kind kind) Creates a builder that buildsComparisonMeasureinstances.