Package | Description |
---|---|
bham.leakiest |
Constructor and Description |
---|
ARFFFile(java.lang.String fileName,
int v,
int csvInterval,
CSVFile csvFile)
Opens an ARFF file for reading in increments of a given number of lines.
|
ReadFile(java.lang.String inputFileName,
int v,
int csvInterval,
CSVFile csvFile)
Reads the contents of a file into an Observations object in increments of
a given number of lines.
|
ReadFile(java.lang.String inputFileName1,
java.lang.String inputFileName2,
int v,
int csvInterval,
CSVFile csvFile)
Reads the contents of two files into an Observations object in increments
of a given number of lines.
|