edu.udo.cs.yale.operator.io
Class CSVExampleSource

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.io.AbstractWekaExampleSource
          extended by edu.udo.cs.yale.operator.io.CSVExampleSource
All Implemented Interfaces:
ConfigurationListener

public class CSVExampleSource
extends AbstractWekaExampleSource

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.

Version:
$Id: CSVExampleSource.java,v 1.12 2006/09/06 10:20:21 ingomierswa Exp $
Author:
Ingo Mierswa
Keywords:
csv

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 edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, delete, experimentFinished, experimentStarts, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getNumberOfSteps, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isEnabled, isParameterSet, logMessage, performAdditionalChecks, register, remove, rename, resume, setBreakpoint, setEnabled, setExperiment, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSVExampleSource

public CSVExampleSource(OperatorDescription description)
Method Detail

getExtension

public java.lang.String getExtension()
Description copied from class: AbstractWekaExampleSource
Returns the default extension of the data file.

Specified by:
getExtension in class AbstractWekaExampleSource


apply

public IOObject[] apply()
                 throws OperatorException
Description copied from class: Operator
Implement this method in subclasses.

Overrides:
apply in class AbstractWekaExampleSource
Throws:
OperatorException



Copyright © 2001-2006