edu.udo.cs.yale.operator.visualization
Class DataStatistics
java.lang.Object
edu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.operator.visualization.DataStatistics
- All Implemented Interfaces:
- IOObject, ResultObject
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
Yale. Since they cannot be displayed with the command line version of Yale
the operator DataStatisticsOperator
can be used as a workaround in
cases where the graphical user interface cannot be used.
- Version:
- $Id: DataStatistics.java,v 1.4 2006/08/11 09:03:51 ingomierswa Exp $
- Author:
- Ingo Mierswa
Field Summary |
private java.util.List<java.lang.String> |
statistics
|
Method Summary |
void |
addInfo(Attribute attribute)
|
java.lang.String |
getName()
The default implementation returns the classname without package. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
statistics
private java.util.List<java.lang.String> statistics
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(Attribute attribute)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006