Package | Description |
---|---|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
Modifier and Type | Method and Description |
---|---|
CompareFunction |
ComparisonMeasure.getCompareFunction()
Gets the
CompareFunction of this ComparisonMeasure
instance. |
CompareFunction |
ClusteringField.getCompareFunction()
Gets the
CompareFunction of this ClusteringField . |
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.
|
Modifier and Type | Method and Description |
---|---|
double |
AggregationFunctionConstants.apply(CompareFunction[] compareFunctions,
double[] cluster,
double[] data,
double[] fieldWeights,
double[] missingValueWeights,
double[] similarityScales,
double pParameter) |
double |
AggregationFunction.apply(CompareFunction[] compareFunctions,
double[] cluster,
double[] data,
double[] fieldWeights,
double[] missingValueWeights,
double[] similarityScales,
double pParameter)
Applies this
AggregationFunction . |
static ClusteringField.Builder |
ClusteringField.builder(String field,
CompareFunction compareFunction)
Creates a builder that builds
ClusteringField
instances. |
ComparisonMeasure.Builder |
ComparisonMeasure.Builder.compareFunction(CompareFunction compareFunction)
Returns a builder that builds
ComparisonMeasure
instances with the provided CompareFunction 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 an
AggregationFunctionEvaluator instance. |
Copyright © 2016 Actian Corporation. All rights reserved.