Uses of Class
com.pervasive.datarush.analytics.cluster.Cluster
-
Packages that use Cluster Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models.com.pervasive.datarush.analytics.cluster.kmeans Provides the KMeans algorithm. -
-
Uses of Cluster in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return Cluster Modifier and Type Method Description ClusterCluster.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 Cluster Modifier and Type Method Description 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. -
Uses of Cluster in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type Cluster Modifier and Type Method Description static booleanKMeans. isSignificantlyDifferent(Cluster first, Cluster second)Returns true if the centers of both clusters are significantly different compared to each other.
-