public class main_c
extends java.lang.Object
Main Class of the Program It reads the configuration file (data-set files and parameters) and launch the algorithm
| Constructor and Description |
|---|
main_c()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(parseParameters parameters)
It launches the algorithm
|
public void execute(parseParameters parameters) throws java.io.IOException
It launches the algorithm
parameters - parseParameters It contains the input files, output files and parameters.java.io.IOException - if the algorithm can not be executed.