| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
ScoreDistribution |
ScoreDistribution.addExtensions(Extension... extensions) |
ScoreDistribution |
ObjectFactory.createScoreDistribution()
Create an instance of
ScoreDistribution |
ScoreDistribution |
ScoreDistribution.setConfidence(Double confidence)
Sets the value of the confidence property.
|
ScoreDistribution |
ScoreDistribution.setProbability(Double probability)
Sets the value of the probability property.
|
ScoreDistribution |
ScoreDistribution.setRecordCount(double recordCount)
Sets the value of the recordCount property.
|
ScoreDistribution |
ScoreDistribution.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScoreDistribution> |
SimpleRule.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
List<ScoreDistribution> |
Node.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
List<ScoreDistribution> |
RuleSet.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleRule |
SimpleRule.addScoreDistributions(ScoreDistribution... scoreDistributions) |
Node |
Node.addScoreDistributions(ScoreDistribution... scoreDistributions) |
RuleSet |
RuleSet.addScoreDistributions(ScoreDistribution... scoreDistributions) |
VisitorAction |
Visitor.visit(ScoreDistribution scoreDistribution) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ScoreDistribution scoreDistribution) |
VisitorAction |
AbstractVisitor.visit(ScoreDistribution scoreDistribution) |
Copyright © 2015 University of Tartu. All Rights Reserved.