Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.rules |
Modifier and Type | Method | Description |
---|---|---|
RuleStatisticsOpt |
OptRule.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. |
RuleStatisticsOpt |
IOptimizedRule.getRuleStatisticsOpt() |
Optimized method for retrieval of rule's statistics
|
RuleStatisticsOpt |
OptRule.getRuleStatisticsOpt() |
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.setRuleStatisticsOpt(RuleStatisticsOpt ruleStatisticsOpt) |
Sets all statistics of this rule at once.
|