| Package | Description |
|---|---|
| weka.classifiers.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
JRip.RipperRule
This class implements a single rule that predicts specified class.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Rule> |
RuleStats.getRuleset()
Get the ruleset of the stats
|
ArrayList<Rule> |
JRip.getRuleset()
Get the ruleset generated by Ripper
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleStats.addAndUpdate(Rule lastRule)
Add a rule to the ruleset and update the stats
|
| Modifier and Type | Method and Description |
|---|---|
static Instances |
RuleStats.rmCoveredBySuccessives(Instances data,
ArrayList<Rule> rules,
int index)
Static utility function to count the data covered by the rules after the
given index in the given rules, and then remove them.
|
void |
RuleStats.setRuleset(ArrayList<Rule> rules)
Set the ruleset of the stats, overwriting the old one if any
|
| Constructor and Description |
|---|
RuleStats(Instances data,
ArrayList<Rule> rules)
Constructor that provides ruleset and data
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.