Package | Description |
---|---|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
Modifier and Type | Method and Description |
---|---|
static ClusteringField.Builder |
ClusteringField.builder(String field,
CompareFunction compareFunction)
Creates a builder that builds
ClusteringField
instances. |
ClusteringField.Builder |
ClusteringField.Builder.fieldWeight(double fieldWeight)
Returns a builder that builds
ClusteringField
instances with the provided field weight and
other parameters set to the previously provided
values. |
ClusteringField.Builder |
ClusteringField.Builder.isCenterField(boolean isCenterField)
Returns a builder that builds
ClusteringField
instances with the provided center field flag and
other parameters set to the previously provided
values. |
ClusteringField.Builder |
ClusteringField.Builder.similarityScale(double similarityScale)
Returns a builder that builds
ClusteringField
instances with the provided similarity scale and
other parameters set to the previously provided
values. |
Copyright © 2019 Actian Corporation. All rights reserved.