Uses of Class
com.pervasive.datarush.analytics.cluster.Cluster.Builder
Packages that use Cluster.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic Cluster.BuilderCluster.builder()Creates a builder that buildsClusterinstances based on defaults: no numArray, no name, no id, size set to -1.Returns a builder that buildsClusterinstances with the provided cluster id and other parameters set to the previously provided values.Returns a builder that buildsClusterinstances with the provided cluster name and other parameters set to the previously provided values.Cluster.Builder.numArray(double[] numArray) Returns a builder that buildsClusterinstances with the provided cluster seeds and other parameters set to the previously provided values.Cluster.Builder.size(long size) Returns a builder that buildsClusterinstances with the provided cluster size and other parameters set to the previously provided values.