Package | Description |
---|---|
weka.associations.tertius |
Modifier and Type | Method and Description |
---|---|
boolean |
Rule.equivalentTo(Rule otherRule)
Test if this rule is equivalent to another rule.
|
abstract boolean |
LiteralSet.isIncludedIn(Rule otherRule)
Test if this LiteralSet is included in a rule.
|
boolean |
Body.isIncludedIn(Rule otherRule)
Test if this Body is included in a rule.
|
boolean |
Head.isIncludedIn(Rule otherRule)
Test if this Head is included in a rule.
|
boolean |
Rule.sameClauseAs(Rule otherRule)
Test if this rule and another rule correspond to the same clause.
|
boolean |
Rule.subsumes(Rule otherRule)
Test if this rule subsumes another rule.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.