com.rapidminer.operator.visualization
Class DataStatistics
java.lang.Object
com.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataStatistics
public DataStatistics()
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