|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.visualization.DataStatisticsOperator
public class DataStatisticsOperator
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.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataStatisticsOperator(OperatorDescription description)
Method Detail |
---|
public IOObject[] apply() throws OperatorException
apply
in class Operator
OperatorException
public java.lang.Class[] getInputClasses()
getInputClasses
in class Operator
public java.lang.Class[] getOutputClasses()
getOutputClasses
in class Operator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |