public abstract class CLIAnalyzer extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
outputDir
The name of the directory to write the output file to.
|
Constructor and Description |
---|
CLIAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static void |
writeDatafile(java.lang.String name,
java.lang.String header,
double[][] data)
Write the output data to a CSV file.
|
public static final java.lang.String outputDir
public CLIAnalyzer()
public static void writeDatafile(java.lang.String name, java.lang.String header, double[][] data)
name
- The name of the output file, inside the directory given outputDir
header
- A header line to be written as comment at the begining of the csv filedata
- the output data as 2d array of floating point numbers