Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.rules |
Modifier and Type | Class | Description |
---|---|---|
class |
RuleStatisticsOpt |
Class used to calculate, store and get rule's statistics like support, strength, confidence etc.
|
Modifier and Type | Method | Description |
---|---|---|
RuleStatistics |
Rule.getRuleStatistics() |
Gets object which can store and calculate on demand (if not already stored) any statistic of this rule.
Gives direct access to that object, thus enabling not only to get any statistic, but also to set any. This method is especially important when after read from file this rule lacks reference to learning memory container. |
Modifier and Type | Method | Description |
---|---|---|
void |
OptRule.setRuleStatistics(RuleStatistics ruleStatistics) |
Sets all statistics of this rule at once.
|
void |
Rule.setRuleStatistics(RuleStatistics ruleStatistics) |
Sets all statistics of this rule at once.
|