| Class | Description |
|---|---|
| Mask |
Representation of a mask over a MyDataset.
|
| MyDataset |
Description: It contains the methods to read a Classification/Regression Dataset
Company: KEEL
|
| Pair |
Auxiliar class.
|
| parseParameters | |
| Ripper |
Implementation of the classification algorithm Ripper, according to the paper [Cohen95]
and the Weka's implementation.
|
| Rule |
Representation of a string of simple rules chained by 'and's: exemple[a1][=|>|<=]v1 && exemple[a2][=|>=|<=]v2
|
| Ruleset |
Representation of a disjuction of rules with a common consecuent.
|
| Score |
Representation of a Trio's vector.
|
| SimpleRule |
Represent one single rule of the form: exemple[a]==v,
exemple[a]>=v or exemple[a]<=v.
|
| Trio |
Auxiliar class.
|
| Utilities |
Collection of auxiliar methods.
|