public class Algorithm
extends java.lang.Object
It contains the implementation of the algorithm.
| Constructor and Description |
|---|
Algorithm()
Default constructor
|
Algorithm(parseParameters parameters)
It reads the data from the input files (training, validation and test) and parse all the parameters
from the parameters array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
It launches the algorithm
|
public Algorithm()
Default constructor
public Algorithm(parseParameters parameters)
It reads the data from the input files (training, validation and test) and parse all the parameters from the parameters array.
parameters - parseParameters It contains the input files, output files and parameters