|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.evaluation.output.prediction.AbstractOutput
weka.classifiers.evaluation.output.prediction.CSV
public class CSV
Outputs the predictions as CSV.
Valid options are:-p <range> The range of attributes to print in addition to the classification. (default: none)
-distribution Whether to turn on the output of the class distribution. Only for nominal class attributes. (default: off)
-decimals <num> The number of digits after the decimal point. (default: 3)
-file <path> The file to store the output in, instead of outputting it on stdout. Gets ignored if the supplied path is a directory. (default: .)
-suppress In case the data gets stored in a file, then this flag can be used to suppress the regular output. (default: not suppressed)
-use-tab Whether to use TAB as separator instead of comma. (default: comma)
| Constructor Summary | |
|---|---|
CSV()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplay()
Returns a short display text, to be used in comboboxes. |
java.lang.String[] |
getOptions()
Gets the current option settings for the OptionHandler. |
boolean |
getUseTab()
Returns whether tab is used as separator. |
java.lang.String |
globalInfo()
Returns a string describing the output generator. |
java.util.Enumeration |
listOptions()
Returns an enumeration of all the available options.. |
void |
setOptions(java.lang.String[] options)
Sets the OptionHandler's options using the given list. |
void |
setUseTab(boolean value)
Sets whether to use tab instead of comma as separator. |
java.lang.String |
useTabTipText()
Returns the tip text for this property. |
| Methods inherited from class weka.classifiers.evaluation.output.prediction.AbstractOutput |
|---|
attributesTipText, fromCommandline, generatesOutput, getAttributes, getBuffer, getDefaultNumDecimals, getHeader, getNumDecimals, getOutputDistribution, getOutputFile, getSuppressOutput, numDecimalsTipText, outputDistributionTipText, outputFileTipText, print, print, printClassification, printClassifications, printClassifications, printFooter, printHeader, setAttributes, setBuffer, setHeader, setNumDecimals, setOutputDistribution, setOutputFile, setSuppressOutput, suppressOutputTipText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSV()
| Method Detail |
|---|
public java.lang.String globalInfo()
globalInfo in class AbstractOutputpublic java.lang.String getDisplay()
getDisplay in class AbstractOutputpublic java.util.Enumeration listOptions()
listOptions in interface OptionHandlerlistOptions in class AbstractOutput
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface OptionHandlersetOptions in class AbstractOutputoptions - the list of options as an array of strings
java.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlergetOptions in class AbstractOutputpublic void setUseTab(boolean value)
value - true if tab is to be usedpublic boolean getUseTab()
public java.lang.String useTabTipText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||