| Class | Description |
|---|---|
| KNN |
File: KNN.java
An auxiliary implementation of the KNN classifier for using in Instance Selection algorithms
|
| Metodo |
File: Metodo.java
An auxiliary class to initialize Instance Selection algorithms
|
| Output |
File: Output.java
An auxiliary class to write result files for Preprocess algorithms
|
| OutputFS |
File: OutputFS.java
General Framework to print results of performing either instance or feature selection
|
| OutputIS |
File: OutputIS.java
An auxiliary class to write result files for Instance Selection algorithms
|
| Referencia |
File: Referencia.java
An auxiliary class to manage references between two values
|
| Exception | Description |
|---|---|
| CheckException |
CheckException
This class defines the exception that will be thrown if the
dataset not corresponding with classification
|