public class DataReader
extends java.lang.Object
| Constructor and Description |
|---|
DataReader() |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
read(java.io.InputStream inStream,
boolean ignoreLastColumn)
Read data matrix from a CSV file.
|
public static Matrix read(java.io.InputStream inStream,
boolean ignoreLastColumn)
throws java.io.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.java.io.IOExceptionJHepSim. A part of HSTOOLS. version-1.2