public class DataReader extends Object
| Constructor and Description |
|---|
DataReader() |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
read(InputStream inStream,
boolean ignoreLastColumn)
Read data matrix from a CSV file.
|
public static Matrix read(InputStream inStream, boolean ignoreLastColumn) throws IOException
inStream - CSV fileignoreLastColumn - if True, the last column is ignored. This is
helpful when the last column corresponds to a class of a vector.IOExceptionJas4pp 1.5 © Java Analysis Studio for Particle Physics