| Class | Description |
|---|---|
| Function |
Class for handling a linear function.
|
| Impurity |
Class for handling the impurity values when spliting the instances
|
| Itemset |
Class to manipulate an itemset.
|
| M5 | |
| M5Matrix |
Class for handling a matrix
|
| M5StaticUtils |
Class implementing some simple utility methods.
|
| M5TreeNode |
Class for handing a node in the tree or the subtree under this node
|
| Mask |
Representation of a mask over a MyDataset.
|
| Measures |
Class for performance measures
|
| MyAttribute |
Class to implement an attribute
|
| MyDataset |
Class to implement the dataset
|
| parseParameters |
Title: Parse Configuration File
Description: It reads the configuration file (data-set files and parameters)
Company: KEEL
|
| Queue |
Class representing a FIFO queue.
|
| Results |
Class for containing the evaluation results of a model
|
| 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.
|
| SimpleRule |
Represent one single rule of the form: exemple[a]==v,
exemple[a]>=v or exemple[a]<=v.
|
| SimpleStatistics |
A class to store simple statistics
|
| SplitInfo |
Stores split information.
|
| StatisticsStore |
Stores some statistics.
|