public class DataFileReader
extends java.lang.Object
Constructor and Description |
---|
DataFileReader(Config cfg,
java.lang.String fileSys) |
Modifier and Type | Method and Description |
---|---|
double[][] |
readData(Path path,
int dimension,
int datasize)
It reads the datapoints from the corresponding file and store the data in a two-dimensional
array for the later processing.
|
public DataFileReader(Config cfg, java.lang.String fileSys)
public double[][] readData(Path path, int dimension, int datasize)