Uses of Class
org.dmg.pmml.bayesian_network.Lower
-
Packages that use Lower Package Description org.dmg.pmml org.dmg.pmml.bayesian_network org.jpmml.model.visitors -
-
Uses of Lower in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Lower Modifier and Type Method Description VisitorActionVisitor. visit(Lower lower) -
Uses of Lower in org.dmg.pmml.bayesian_network
Methods in org.dmg.pmml.bayesian_network that return Lower Modifier and Type Method Description LowerLower. addExtensions(Extension... extensions)LowerObjectFactory. createLower()Create an instance ofLowerLowerTriangularDistribution. getLower()LowerUniformDistribution. getLower()LowerTriangularDistribution. requireLower()LowerUniformDistribution. requireLower()LowerLower. setExpression(Expression expression)Methods in org.dmg.pmml.bayesian_network with parameters of type Lower Modifier and Type Method Description TriangularDistributionTriangularDistribution. setLower(Lower lower)UniformDistributionUniformDistribution. setLower(Lower lower)Constructors in org.dmg.pmml.bayesian_network with parameters of type Lower Constructor Description TriangularDistribution(Mean mean, Lower lower, Upper upper)UniformDistribution(Lower lower, Upper upper) -
Uses of Lower in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Lower Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Lower lower)
-