Uses of Class
com.pervasive.datarush.analytics.cluster.ClusteringField
-
Packages that use ClusteringField Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of ClusteringField in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return ClusteringField Modifier and Type Method Description ClusteringField
ClusteringField.Builder. build()
Verifies the previously set values and builds aClusteringField
instance based on these values.ClusteringField[]
PMMLClusteringModel. getClusteringFields()
Gets theClusteringField
s of this model.Methods in com.pervasive.datarush.analytics.cluster with parameters of type ClusteringField Modifier and Type Method Description PMMLClusteringModel.Builder
PMMLClusteringModel.Builder. clusteringFields(ClusteringField[] clusteringFields)
Returns a builder that buildsPMMLClusteringModel
instances with the provided clustering fields and other parameters set to the previously provided values.
-