edu.udo.cs.yale.operator.visualization
Class DataStatisticsOperator

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
All Implemented Interfaces:
ConfigurationListener

public class DataStatisticsOperator
extends Operator

This operators calculates some very simple statistics about the given example set. These are the ranges of the attributes and the average or mode values for numerical or nominal attributes respectively. These informations are automatically calculated and displayed by the graphical user interface of Yale. Since they cannot be displayed with the command line version of Yale this operator can be used as a workaround in cases where the graphical user interface cannot be used.

Version:
$Id: DataStatisticsOperator.java,v 1.5 2006/03/21 15:35:42 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
DataStatisticsOperator(OperatorDescription description)
          Creates a new data statistics operator.
 
Method Summary
 IOObject[] apply()
          Creates and delivers the simple statistics object.
 java.lang.Class[] getInputClasses()
          Requires an example set.
 java.lang.Class[] getOutputClasses()
          Returns the example set and the statistics.
 
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, getParameterTypes, 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

DataStatisticsOperator

public DataStatisticsOperator(OperatorDescription description)
Creates a new data statistics operator.

Method Detail

apply

public IOObject[] apply()
                 throws OperatorException
Creates and delivers the simple statistics object.

Specified by:
apply in class Operator
Throws:
OperatorException


getInputClasses

public java.lang.Class[] getInputClasses()
Requires an example set.

Specified by:
getInputClasses in class Operator


getOutputClasses

public java.lang.Class[] getOutputClasses()
Returns the example set and the statistics.

Specified by:
getOutputClasses in class Operator



Copyright © 2001-2006