| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.bayesian_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Lower lower) |
| Modifier and Type | Method and Description |
|---|---|
Lower |
Lower.addExtensions(Extension... extensions) |
Lower |
ObjectFactory.createLower()
Create an instance of
Lower |
Lower |
UniformDistribution.getLower() |
Lower |
TriangularDistribution.getLower() |
Lower |
UniformDistribution.requireLower() |
Lower |
TriangularDistribution.requireLower() |
Lower |
Lower.setExpression(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
UniformDistribution |
UniformDistribution.setLower(Lower lower) |
TriangularDistribution |
TriangularDistribution.setLower(Lower lower) |
| Constructor and Description |
|---|
TriangularDistribution(Mean mean,
Lower lower,
Upper upper) |
UniformDistribution(Lower lower,
Upper upper) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Lower lower) |
Copyright © 2022. All rights reserved.