| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<ScoreDistribution> |
SimpleRule.scoreDistributions |
protected List<ScoreDistribution> |
RuleSet.scoreDistributions |
protected List<ScoreDistribution> |
Node.scoreDistributions |
| Modifier and Type | Method and Description |
|---|---|
ScoreDistribution |
ObjectFactory.createScoreDistribution()
Create an instance of
ScoreDistribution |
ScoreDistribution |
ScoreDistribution.withConfidence(Double value) |
ScoreDistribution |
ScoreDistribution.withExtensions(Collection<Extension> values) |
ScoreDistribution |
ScoreDistribution.withExtensions(Extension... values) |
ScoreDistribution |
ScoreDistribution.withProbability(Double value) |
ScoreDistribution |
ScoreDistribution.withRecordCount(double value) |
ScoreDistribution |
ScoreDistribution.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreDistribution> |
SimpleRule.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
List<ScoreDistribution> |
RuleSet.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
List<ScoreDistribution> |
Node.getScoreDistributions()
Gets the value of the scoreDistributions property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ScoreDistribution scoreDistribution) |
VisitorAction |
AbstractVisitor.visit(ScoreDistribution scoreDistribution) |
VisitorAction |
AbstractSimpleVisitor.visit(ScoreDistribution scoreDistribution) |
SimpleRule |
SimpleRule.withScoreDistributions(ScoreDistribution... values) |
RuleSet |
RuleSet.withScoreDistributions(ScoreDistribution... values) |
Node |
Node.withScoreDistributions(ScoreDistribution... values) |
| Modifier and Type | Method and Description |
|---|---|
SimpleRule |
SimpleRule.withScoreDistributions(Collection<ScoreDistribution> values) |
RuleSet |
RuleSet.withScoreDistributions(Collection<ScoreDistribution> values) |
Node |
Node.withScoreDistributions(Collection<ScoreDistribution> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.