public class SvmLightWriter extends CsvWriter
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
includeAnnotations
Deprecated.
|
(package private) Map<String,Integer> |
indexes
Deprecated.
|
(package private) Integer |
largestIndex
Deprecated.
|
append, closed, file, fileExpression, filter, header, headers, headerWritten, lastHeader, lastUrlString, log, p, separator, url, urlStringkeysconditioncontext| Constructor and Description |
|---|
SvmLightWriter()
Deprecated.
|
SvmLightWriter(OutputStream out)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeAnnotations()
Deprecated.
|
protected String |
lineEscape(Serializable val)
Deprecated.
|
void |
printMapping(File file)
Deprecated.
|
void |
printMapping(OutputStream out)
Deprecated.
|
void |
setIncludeAnnotations(boolean includeAnnotations)
Deprecated.
|
void |
write(Data datum)
Deprecated.
This method is actually responsible for writing the data item to the
output stream in the format that the implementing class supports.
|
void |
writeHeader(Data datum)
Deprecated.
|
createHeader, finish, getAppend, getHeaderNames, getSeparator, getUrl, init, isHeader, processMatchingData, reset, setAppend, setAttributeFilter, setHeader, setSeparator, setUrlgetKeys, selectedKeys, setKeysgetCondition, matches, process, setConditionresetStateInteger largestIndex
boolean includeAnnotations
public SvmLightWriter()
public SvmLightWriter(OutputStream out)
public void writeHeader(Data datum)
writeHeader in class CsvWriterpublic void write(Data datum)
AbstractWriterpublic boolean isIncludeAnnotations()
public void setIncludeAnnotations(boolean includeAnnotations)
includeAnnotations - the includeAnnotations to setprotected String lineEscape(Serializable val)
public void printMapping(OutputStream out)
Copyright © 2018. All rights reserved.