public final class Driver extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
protected static void |
writeFile(String outDir,
File file,
long maxDocs,
ARFFModel arffModel,
File dictOut,
String delimiter,
boolean jsonDictonary) |
protected static void |
writeLabelBindings(File dictOut,
ARFFModel arffModel,
String delimiter,
boolean jsonDictonary) |
protected static void |
writeLabelBindings(Writer writer,
ARFFModel arffModel,
String delimiter) |
protected static void |
writeLabelBindingsJSON(Writer writer,
ARFFModel arffModel) |
public static void main(String[] args) throws IOException
IOExceptionprotected static void writeLabelBindings(File dictOut, ARFFModel arffModel, String delimiter, boolean jsonDictonary) throws IOException
IOExceptionprotected static void writeLabelBindingsJSON(Writer writer, ARFFModel arffModel) throws IOException
IOExceptionprotected static void writeLabelBindings(Writer writer, ARFFModel arffModel, String delimiter) throws IOException
IOExceptionprotected static void writeFile(String outDir, File file, long maxDocs, ARFFModel arffModel, File dictOut, String delimiter, boolean jsonDictonary) throws IOException
IOExceptionCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.