public class CreateInform
extends java.lang.Object
| Constructor and Description |
|---|
CreateInform(java.lang.String path,
java.lang.String[] files,
int problemType)
Builder
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
This method has to invoque for to create the report.
|
static double |
round(double num,
int ndecimal)
Round a double whith a decimal precision
|
public CreateInform(java.lang.String path,
java.lang.String[] files,
int problemType)
path - report path without extensionfiles - result files pathproblemType - type of problem (classification, regression)public void execute()
public static double round(double num,
int ndecimal)
num - double valuendecimal - number of digits of precision