|
|||||||||
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.ArffExampleSource
public class ArffExampleSource
This operator can read arff files. It uses the Weka loader for ARFF files and convert the retrieved instances into a Yale Example Set. Please refer to the Weka description of the ARFF file format.
Constructor Summary | |
---|---|
ArffExampleSource(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 ArffExampleSource(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 |