Uses of Class
weka.core.pmml.jaxbbindings.GaussianDistribution
Packages that use GaussianDistribution
-
Uses of GaussianDistribution in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return GaussianDistributionModifier and TypeMethodDescriptionObjectFactory.createGaussianDistribution()
Create an instance ofGaussianDistribution
Alternate.getGaussianDistribution()
Gets the value of the gaussianDistribution property.Baseline.getGaussianDistribution()
Gets the value of the gaussianDistribution property.Methods in weka.core.pmml.jaxbbindings with parameters of type GaussianDistributionModifier and TypeMethodDescriptionvoid
Alternate.setGaussianDistribution
(GaussianDistribution value) Sets the value of the gaussianDistribution property.void
Baseline.setGaussianDistribution
(GaussianDistribution value) Sets the value of the gaussianDistribution property.