Uses of Class
com.pervasive.datarush.analytics.cluster.MissingValueWeights
-
Packages that use MissingValueWeights Package Description com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models. -
-
Uses of MissingValueWeights in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster that return MissingValueWeights Modifier and Type Method Description MissingValueWeightsMissingValueWeights.Builder. build()Verifies the previously provided values and buildsMissingValueWeightsinstance based on these values.static MissingValueWeightsMissingValueWeights. createDefault(int size)Creates aMissingValueWeightsinstance with a numArray of the requested size filled with 1.0s (default value according to the PMML specification).MissingValueWeightsPMMLClusteringModel. getMissingValueWeights()Gets theMissingValueWeightsof this model.Methods in com.pervasive.datarush.analytics.cluster with parameters of type MissingValueWeights Modifier and Type Method Description PMMLClusteringModel.BuilderPMMLClusteringModel.Builder. missingValueWeights(MissingValueWeights missingValueWeights)Returns a builder that buildsPMMLClusteringModelinstances with the provided missing value weights and other parameters set to the previously provided values.
-