| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.rule_set | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(SimpleRule simpleRule) |
| Modifier and Type | Method and Description |
|---|---|
SimpleRule |
SimpleRule.addExtensions(Extension... extensions) |
SimpleRule |
SimpleRule.addScoreDistributions(ScoreDistribution... scoreDistributions) |
SimpleRule |
ObjectFactory.createSimpleRule()
Create an instance of
SimpleRule |
SimpleRule |
SimpleRule.setConfidence(Double confidence)
Sets the value of the confidence property.
|
SimpleRule |
SimpleRule.setId(String id)
Sets the value of the id property.
|
SimpleRule |
SimpleRule.setNbCorrect(Double nbCorrect)
Sets the value of the nbCorrect property.
|
SimpleRule |
SimpleRule.setPredicate(Predicate predicate)
Sets the value of the predicate property.
|
SimpleRule |
SimpleRule.setRecordCount(Double recordCount)
Sets the value of the recordCount property.
|
SimpleRule |
SimpleRule.setScore(String score)
Sets the value of the score property.
|
SimpleRule |
SimpleRule.setWeight(Double weight)
Sets the value of the weight property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(SimpleRule simpleRule) |
VisitorAction |
AbstractVisitor.visit(SimpleRule simpleRule) |
Copyright © 2016 University of Tartu. All rights reserved.