| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.bayesian_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ParentValue parentValue) |
| Modifier and Type | Method and Description |
|---|---|
ParentValue |
ParentValue.addExtensions(Extension... extensions) |
ParentValue |
ObjectFactory.createParentValue()
Create an instance of
ParentValue |
ParentValue |
ParentValue.setParent(FieldName parent)
Sets the value of the parent property.
|
ParentValue |
ParentValue.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParentValue> |
DiscreteConditionalProbability.getParentValues()
Gets the value of the parentValues property.
|
List<ParentValue> |
ContinuousConditionalProbability.getParentValues()
Gets the value of the parentValues property.
|
| Modifier and Type | Method and Description |
|---|---|
DiscreteConditionalProbability |
DiscreteConditionalProbability.addParentValues(ParentValue... parentValues) |
ContinuousConditionalProbability |
ContinuousConditionalProbability.addParentValues(ParentValue... parentValues) |
| Constructor and Description |
|---|
DiscreteConditionalProbability(List<ParentValue> parentValues,
List<ValueProbability> valueProbabilities) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ParentValue parentValue) |
VisitorAction |
AbstractVisitor.visit(ParentValue parentValue) |
VisitorAction |
FieldReferenceFinder.visit(ParentValue parentValue) |
Copyright © 2016 University of Tartu. All rights reserved.