public class CSVDataWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<Integer> |
excludingCols |
| Constructor and Description |
|---|
CSVDataWriter(String filename,
int labelCol,
String delim,
String header) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(List<Tuple> trainingData,
boolean writeFeatName,
boolean writeFeatValue) |
public void write(List<Tuple> trainingData, boolean writeFeatName, boolean writeFeatValue) throws IOException
IOExceptionCopyright © 2016. All rights reserved.