|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
edu.udo.cs.yale.operator.io.CSVExampleSource
public class CSVExampleSource
This operator can read csv files. All values must be separated by
"," (without blanks) or by tabs. The first line is used for
attribute names. For other file formats or column separators you can
use in almost all cases the operator SimpleExampleSource
or, if this is not sufficient, the operator ExampleSource
.
Constructor Summary | |
---|---|
CSVExampleSource(OperatorDescription description)
|
Method Summary | |
---|---|
IOObject[] |
apply()
Implement this method in subclasses. |
java.lang.String |
getExtension()
Returns the default extension of the data file. |
Methods inherited from class edu.udo.cs.yale.operator.io.AbstractWekaExampleSource |
---|
getInputClasses, getOutputClasses, getParameterTypes, setLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CSVExampleSource(OperatorDescription description)
Method Detail |
---|
public java.lang.String getExtension()
AbstractWekaExampleSource
getExtension
in class AbstractWekaExampleSource
public IOObject[] apply() throws OperatorException
Operator
apply
in class AbstractWekaExampleSource
OperatorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |