| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected RuleSet |
RuleSetModel.ruleSet |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
ObjectFactory.createRuleSet()
Create an instance of
RuleSet |
RuleSet |
RuleSetModel.getRuleSet()
Gets the value of the ruleSet property.
|
RuleSet |
RuleSet.withDefaultConfidence(java.lang.Double value) |
RuleSet |
RuleSet.withDefaultScore(java.lang.String value) |
RuleSet |
RuleSet.withExtensions(java.util.Collection<Extension> values) |
RuleSet |
RuleSet.withExtensions(Extension... values) |
RuleSet |
RuleSet.withNbCorrect(java.lang.Double value) |
RuleSet |
RuleSet.withRecordCount(java.lang.Double value) |
RuleSet |
RuleSet.withRules(java.util.Collection<Rule> values) |
RuleSet |
RuleSet.withRules(Rule... values) |
RuleSet |
RuleSet.withRuleSelectionMethods(java.util.Collection<RuleSelectionMethod> values) |
RuleSet |
RuleSet.withRuleSelectionMethods(RuleSelectionMethod... values) |
RuleSet |
RuleSet.withScoreDistributions(java.util.Collection<ScoreDistribution> values) |
RuleSet |
RuleSet.withScoreDistributions(ScoreDistribution... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSetModel.setRuleSet(RuleSet value)
Sets the value of the ruleSet property.
|
VisitorAction |
Visitor.visit(RuleSet ruleSet) |
RuleSetModel |
RuleSetModel.withRuleSet(RuleSet value) |
| Constructor and Description |
|---|
RuleSetModel(MiningFunctionType functionName,
MiningSchema miningSchema,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(RuleSet ruleSet) |
VisitorAction |
AbstractVisitor.visit(RuleSet ruleSet) |
Copyright © 2015 University of Tartu. All Rights Reserved.