|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.Operator
com.rapidminer.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 RapidMiner. Since they cannot be displayed with the command line version of RapidMiner 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 OperatorOperatorExceptionpublic java.lang.Class<?>[] getInputClasses()
getInputClasses in class Operatorpublic java.lang.Class<?>[] getOutputClasses()
getOutputClasses in class Operator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||