Uses of Class
org.dmg.pmml.bayesian_network.Mean
-
Packages that use Mean Package Description org.dmg.pmml org.dmg.pmml.bayesian_network org.jpmml.model.visitors -
-
Uses of Mean in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Mean Modifier and Type Method Description VisitorActionVisitor. visit(Mean mean) -
Uses of Mean in org.dmg.pmml.bayesian_network
Methods in org.dmg.pmml.bayesian_network that return Mean Modifier and Type Method Description MeanMean. addExtensions(Extension... extensions)MeanObjectFactory. createMean()Create an instance ofMeanMeanLognormalDistribution. getMean()MeanNormalDistribution. getMean()MeanTriangularDistribution. getMean()MeanLognormalDistribution. requireMean()MeanNormalDistribution. requireMean()MeanTriangularDistribution. requireMean()MeanMean. setExpression(Expression expression)Methods in org.dmg.pmml.bayesian_network with parameters of type Mean Modifier and Type Method Description LognormalDistributionLognormalDistribution. setMean(Mean mean)NormalDistributionNormalDistribution. setMean(Mean mean)TriangularDistributionTriangularDistribution. setMean(Mean mean)Constructors in org.dmg.pmml.bayesian_network with parameters of type Mean Constructor Description LognormalDistribution(Mean mean, Variance variance)NormalDistribution(Mean mean, Variance variance)TriangularDistribution(Mean mean, Lower lower, Upper upper) -
Uses of Mean in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Mean Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Mean mean)
-