| Class | Description |
|---|---|
| ARS |
Implements a random selector but taking proportional number of prototypes in order to their occurences (that is, their a priory probabilities).
|
| ARSAlgorithm |
Main class.
|
| AVG |
Implements the reduction of the prototype set, making a centroid for each class.
|
| AVGAlgorithm |
Main class.
|
| CNN | |
| RandomSelector |
Implements a random selection of the training data to the edited data set.
|
| SAVG | |
| SAVGAlgorithm |
Main class.
|