Uses of Enum Class
com.pervasive.datarush.analytics.cluster.CompareFunction
Packages that use CompareFunction
Package
Description
Provides base PMML for clustering models.
-
Uses of CompareFunction in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return CompareFunctionModifier and TypeMethodDescriptionClusteringField.getCompareFunction()Gets theCompareFunctionof thisClusteringField.ComparisonMeasure.getCompareFunction()Gets theCompareFunctionof thisComparisonMeasureinstance.static CompareFunctionReturns the enum constant of this class with the specified name.static CompareFunction[]CompareFunction.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 CompareFunctionModifier and TypeMethodDescriptiondoubleAggregationFunction.apply(CompareFunction[] compareFunctions, double[] cluster, double[] data, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter) Applies thisAggregationFunction.doubleAggregationFunctionConstants.apply(CompareFunction[] compareFunctions, double[] cluster, double[] data, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter) static ClusteringField.BuilderClusteringField.builder(String field, CompareFunction compareFunction) Creates a builder that buildsClusteringFieldinstances.ComparisonMeasure.Builder.compareFunction(CompareFunction compareFunction) Returns a builder that buildsComparisonMeasureinstances with the providedCompareFunctionand other parameters set to the previously provided values.AggregationFunctionEvaluatorFactory.evaluator(AggregationFunction aggregationFunction, CompareFunction[] compareFunctions, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter) Creates anAggregationFunctionEvaluatorinstance.