public class CSVDataReader extends Object
| Constructor and Description |
|---|
CSVDataReader(String filename,
int labelCol,
String delim,
boolean isRealVal,
boolean hasHeader) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader() |
List<Tuple> |
read() |
List<Tuple> |
read(InputStream is) |
public List<Tuple> read() throws IOException
IOExceptionpublic List<Tuple> read(InputStream is) throws IOException
IOExceptionpublic String getHeader()
Copyright © 2016. All rights reserved.