Uses of Class
com.pervasive.datarush.analytics.cluster.Cluster.Builder
-
Packages that use Cluster.Builder Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of Cluster.Builder in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return Cluster.Builder Modifier and Type Method Description static Cluster.Builder
Cluster. builder()
Creates a builder that buildsCluster
instances based on defaults: no numArray, no name, no id, size set to -1.Cluster.Builder
Cluster.Builder. id(String id)
Returns a builder that buildsCluster
instances with the provided cluster id and other parameters set to the previously provided values.Cluster.Builder
Cluster.Builder. name(String name)
Returns a builder that buildsCluster
instances with the provided cluster name and other parameters set to the previously provided values.Cluster.Builder
Cluster.Builder. numArray(double[] numArray)
Returns a builder that buildsCluster
instances with the provided cluster seeds and other parameters set to the previously provided values.Cluster.Builder
Cluster.Builder. size(long size)
Returns a builder that buildsCluster
instances with the provided cluster size and other parameters set to the previously provided values.
-