public class CSVDataReader extends Object
| Constructor and Description |
|---|
CSVDataReader(String filename,
int labelCol,
String delim,
Set<Integer> ignoredColumns,
int posNegIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple |
extractValuedFeat(org.apache.commons.csv.CSVRecord record) |
List<Tuple> |
read() |
List<Tuple> |
read(InputStream is) |
public List<Tuple> read() throws IOException
IOExceptionprotected Tuple extractValuedFeat(org.apache.commons.csv.CSVRecord record)
public List<Tuple> read(InputStream is) throws IOException
IOExceptionCopyright © 2016. All rights reserved.