Uses of Class
com.pervasive.datarush.analytics.cluster.CompareFunction
-
Packages that use CompareFunction Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of CompareFunction in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return CompareFunction Modifier and Type Method Description CompareFunction
ClusteringField. getCompareFunction()
Gets theCompareFunction
of thisClusteringField
.CompareFunction
ComparisonMeasure. getCompareFunction()
Gets theCompareFunction
of thisComparisonMeasure
instance.static CompareFunction
CompareFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompareFunction[]
CompareFunction. 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 CompareFunction Modifier and Type Method Description double
AggregationFunction. apply(CompareFunction[] compareFunctions, double[] cluster, double[] data, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter)
Applies thisAggregationFunction
.double
AggregationFunctionConstants. apply(CompareFunction[] compareFunctions, double[] cluster, double[] data, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter)
static ClusteringField.Builder
ClusteringField. builder(String field, CompareFunction compareFunction)
Creates a builder that buildsClusteringField
instances.ComparisonMeasure.Builder
ComparisonMeasure.Builder. compareFunction(CompareFunction compareFunction)
Returns a builder that buildsComparisonMeasure
instances with the providedCompareFunction
and other parameters set to the previously provided values.AggregationFunctionEvaluator
AggregationFunctionEvaluatorFactory. evaluator(AggregationFunction aggregationFunction, CompareFunction[] compareFunctions, double[] fieldWeights, double[] missingValueWeights, double[] similarityScales, double pParameter)
Creates anAggregationFunctionEvaluator
instance.
-