Uses of Class
com.pervasive.datarush.analytics.cluster.Cluster
Packages that use Cluster
Package
Description
Provides base PMML for clustering models.
Provides the KMeans algorithm.
-
Uses of Cluster in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return ClusterModifier and TypeMethodDescriptionCluster.Builder.build()Builds aClusterinstance based on the previously set values.Cluster[]PMMLClusteringModel.getClusters()Gets theClusters of this model.Methods in com.pervasive.datarush.analytics.cluster with parameters of type ClusterModifier and TypeMethodDescriptionstatic 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. -
Uses of Cluster in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type ClusterModifier and TypeMethodDescriptionstatic booleanKMeans.isSignificantlyDifferent(Cluster first, Cluster second) Returns true if the centers of both clusters are significantly different compared to each other.