com.rapidminer.operator.preprocessing
Class AbstractDataProcessing

java.lang.Object
  extended by com.rapidminer.operator.Operator
      extended by com.rapidminer.operator.AbstractExampleSetProcessing
          extended by com.rapidminer.operator.preprocessing.AbstractDataProcessing
All Implemented Interfaces:
ConfigurationListener, PreviewListener, ParameterHandler, LoggingHandler
Direct Known Subclasses:
AbsoluteValueFilter, AbstractSamplingOperator, AddNominalValue, AggregationOperator, AttributeAdd, AttributeCopy, AttributeMerge, AttributeValueMapper, AttributeValueReplace, AttributeValueSplit, AttributeValueSubstring, AttributeValueTrim, ChangeAttributeName, ChangeAttributeNames2Generic, ChangeAttributeNamesReplace, ChangeAttributeRole, ChangeAttributeType, Construction2Names, Date2Nominal, Date2Numerical, DateAdjust, Deobfuscator, EqualLabelWeighting, ExampleFilter, ExampleRangeFilter, ExchangeAttributeRoles, GuessValueTypes, IdTagging, InternalBinominalRemapping, MaterializeDataInMemory, MergeNominalValues, MissingValueReplenishmentView, NoiseOperator, Nominal2Date, Nominal2String, NominalNumbers2Numerical, Numerical2Real, NumericToNominal, Obfuscator, PermutationOperator, Real2Integer, RemoveDuplicates, SetData, Sorting, String2Nominal, TFIDFFilter, UseRowAsAttributeNames, ValueReplenishment

public abstract class AbstractDataProcessing
extends AbstractExampleSetProcessing

Abstract super class of the AbstractExampleSetProcessing hierarchy in the preprocessing package. At this stage it is not yet clear which additional subclasses we should add and what the differences are between this package and the features.* packages. TODO: Clarify relation to features.*

Author:
Simon Fischer

Constructor Summary
AbstractDataProcessing(OperatorDescription description)
           
 
Method Summary
 
Methods inherited from class com.rapidminer.operator.AbstractExampleSetProcessing
apply, apply, getInputClasses, getOutputClasses
 
Methods inherited from class com.rapidminer.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkForStop, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, createMarkedProcessTree, createProcessTree, createProcessTree, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getEncoding, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getIODescription, getLog, getName, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsFile, getParameterAsInputStream, getParameterAsInt, getParameterAsMatrix, getParameterAsString, getParameterList, getParameters, getParameterType, getParameterTypes, getParent, getProcess, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isDebugMode, isEnabled, isExpanded, isParallel, isParameterSet, log, logError, logNote, logWarning, performAdditionalChecks, processFinished, processStarts, register, registerOperator, remove, rename, resume, setApplyCount, setBreakpoint, setEnabled, setExpanded, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, unregisterOperator, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDataProcessing

public AbstractDataProcessing(OperatorDescription description)


Copyright © 2001-2009 by Rapid-I