Package | Description |
---|---|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
Modifier and Type | Method and Description |
---|---|
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.algorithmName(String algorithmName)
Returns a builder that builds
PMMLClusteringModel
instances with the provided algorithm name and other parameters
set to the previously provided values. |
static PMMLClusteringModel.Builder |
PMMLClusteringModel.builder(PMMLModelSpec spec,
ModelClass modelClass,
ComparisonMeasure comparisonMeasure,
Cluster[] clusters)
Creates a builder that builds
PMMLClusteringModel
instances with the provided model specification, model class,
comparison measure and clusters. |
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.clusteringFields(ClusteringField[] clusteringFields)
Returns a builder that builds
PMMLClusteringModel
instances with the provided clustering fields and other parameters
set to the previously provided values. |
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.isScorable(boolean isScorable)
Returns a builder that builds
PMMLClusteringModel
instances with the scorable flag set to the provided value
and other parameters set to the previously provided values. |
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.missingValueWeights(MissingValueWeights missingValueWeights)
Returns a builder that builds
PMMLClusteringModel
instances with the provided missing value weights and other parameters
set to the previously provided values. |
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.modelName(String modelName)
Returns a builder that builds
PMMLClusteringModel
instances with the provided model name and other parameters
set to the previously provided values. |
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.version(PMMLVersion version)
Returns a builder that builds
PMMLClusteringModel
instances with the provided PMML version and other parameters
set to the previously provided values. |
Copyright © 2016 Actian Corporation. All rights reserved.