| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.bayesian_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Mean mean) |
| Modifier and Type | Method and Description |
|---|---|
Mean |
Mean.addExtensions(Extension... extensions) |
Mean |
ObjectFactory.createMean()
Create an instance of
Mean |
Mean |
LognormalDistribution.getMean()
Gets the value of the mean property.
|
Mean |
NormalDistribution.getMean()
Gets the value of the mean property.
|
Mean |
TriangularDistribution.getMean()
Gets the value of the mean property.
|
Mean |
Mean.setExpression(Expression expression)
Sets the value of the expression property.
|
| Modifier and Type | Method and Description |
|---|---|
LognormalDistribution |
LognormalDistribution.setMean(Mean mean)
Sets the value of the mean property.
|
NormalDistribution |
NormalDistribution.setMean(Mean mean)
Sets the value of the mean property.
|
TriangularDistribution |
TriangularDistribution.setMean(Mean mean)
Sets the value of the mean property.
|
| Constructor and Description |
|---|
LognormalDistribution(Mean mean,
Variance variance) |
NormalDistribution(Mean mean,
Variance variance) |
TriangularDistribution(Mean mean,
Lower lower,
Upper upper) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Mean mean) |
VisitorAction |
AbstractVisitor.visit(Mean mean) |
Copyright © 2016 University of Tartu. All rights reserved.