public class DataReader extends Object
| Constructor and Description |
|---|
DataReader() |
| Modifier and Type | Method and Description |
|---|---|
static Jama.Matrix |
read(InputStream inStream,
boolean ignoreLastColumn)
Read data matrix from a CSV file.
|
public static Jama.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.IOExceptionDMelt 2.0 © DataMelt by jWork.ORG