| Class | Description |
|---|---|
| Algorithm |
Abstract class that contains the basic structures to implements Rule learining algorithms.
|
| C45 |
para commons.configuration
import org.apache.commons.configuration
|
| Classification |
Class to handle a classification of class values.
|
| Cut |
Class to implement the calculus of the cut point
|
| Itemset |
Class to manipulate an itemset.
|
| Mask |
Representation of a mask over a MyDataset.
|
| MyAttribute |
Class to implement an attribute
|
| MyDataset |
Class to implement the dataset
|
| parseParameters |
Title: Parse Configuration File
Reads the configuration file (data-set files and parameters).
|
| 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.
|
| SelectCut |
Class to select a cut point in a dataset.
|
| SimpleRule |
Represent one single rule of the form: exemple[a]==v,
exemple[a]>=v or exemple[a]<=v.
|
| Tree |
Class to handle the classifier tree
|
| Utilities |
Collection of auxiliar methods.
|