com.rapidminer.operator.visualization
Class DataStatistics

java.lang.Object
  extended by com.rapidminer.operator.AbstractIOObject
      extended by com.rapidminer.operator.ResultObjectAdapter
          extended by com.rapidminer.operator.visualization.DataStatistics
All Implemented Interfaces:
IOObject, ResultObject, Saveable, LoggingHandler, java.io.Serializable

public class DataStatistics
extends ResultObjectAdapter

This class encapsulates some very simple statistics about the given attributes. These are the ranges of the attributes and the average or mode values for numerical or nominal attributes respectively. This information is automatically calculated and displayed by the graphical user interface of RapidMiner. Since they cannot be displayed with the command line version of RapidMiner the operator DataStatisticsOperator can be used as a workaround in cases where the graphical user interface cannot be used.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
DataStatistics()
           
 
Method Summary
 void addInfo(ExampleSet exampleSet, Attribute attribute)
           
 java.lang.String getExtension()
          Returns the default extension in file choosers.
 java.lang.String getFileDescription()
          Returns the file description used in file choosers.
 java.lang.String getName()
          The default implementation returns the classname without package.
 java.lang.String toString()
           
 
Methods inherited from class com.rapidminer.operator.ResultObjectAdapter
addAction, getActions, getResultIcon, getVisualizationComponent, isSavable, log, logError, logNote, logWarning, save, toHTML, toResultString
 
Methods inherited from class com.rapidminer.operator.AbstractIOObject
copy, getLog, getSource, initWriting, read, setLoggingHandler, setSource, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rapidminer.operator.IOObject
copy, getLog, getSource, setLoggingHandler, setSource, write
 

Constructor Detail

DataStatistics

public DataStatistics()
Method Detail

getName

public java.lang.String getName()
Description copied from class: ResultObjectAdapter
The default implementation returns the classname without package.

Specified by:
getName in interface ResultObject
Overrides:
getName in class ResultObjectAdapter

addInfo

public void addInfo(ExampleSet exampleSet,
                    Attribute attribute)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getExtension

public java.lang.String getExtension()
Description copied from interface: Saveable
Returns the default extension in file choosers.


getFileDescription

public java.lang.String getFileDescription()
Description copied from interface: Saveable
Returns the file description used in file choosers.



Copyright © 2001-2009 by Rapid-I