Uses of Class
com.pervasive.datarush.analytics.cluster.PMMLClusteringModel.Builder
Packages that use PMMLClusteringModel.Builder
Package
Description
Provides base PMML for clustering models.
-
Uses of PMMLClusteringModel.Builder in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return PMMLClusteringModel.BuilderModifier and TypeMethodDescriptionPMMLClusteringModel.Builder.algorithmName(String algorithmName) Returns a builder that buildsPMMLClusteringModelinstances with the provided algorithm name and other parameters set to the previously provided values.static PMMLClusteringModel.BuilderPMMLClusteringModel.builder(PMMLModelSpec spec, ModelClass modelClass, ComparisonMeasure comparisonMeasure, Cluster[] clusters) Creates a builder that buildsPMMLClusteringModelinstances with the provided model specification, model class, comparison measure and clusters.PMMLClusteringModel.Builder.clusteringFields(ClusteringField[] clusteringFields) Returns a builder that buildsPMMLClusteringModelinstances with the provided clustering fields and other parameters set to the previously provided values.PMMLClusteringModel.Builder.isScorable(boolean isScorable) Returns a builder that buildsPMMLClusteringModelinstances with the scorable flag set to the provided value and other parameters set to the previously provided values.PMMLClusteringModel.Builder.missingValueWeights(MissingValueWeights missingValueWeights) Returns a builder that buildsPMMLClusteringModelinstances with the provided missing value weights and other parameters set to the previously provided values.Returns a builder that buildsPMMLClusteringModelinstances with the provided model name and other parameters set to the previously provided values.PMMLClusteringModel.Builder.version(PMMLVersion version) Returns a builder that buildsPMMLClusteringModelinstances with the provided PMML version and other parameters set to the previously provided values.