| Class | Description |
|---|---|
| CNN_TomekLinks |
File: CNN_TomekLinks.java
The CNN + TomekLinks algorithm is an undersampling method that can be used to deal with
the imbalanced problem, a chain procedure of the CNN and Tomek Links methods.
|
| Main |
File: Main.java
A Main class to process the paramethers of the method and launch the algorithm
|