com.rapidminer.operator.visualization.dependencies
Class ANOVAMatrix

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

public class ANOVAMatrix
extends ResultObjectAdapter

Displays the result of an ANOVA matrix calculation.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
ANOVAMatrix(double[][] probabilities, java.util.List<java.lang.String> anovaAttributeNames, java.util.List<java.lang.String> groupNames, double significanceLevel)
           
 
Method Summary
 java.util.List<java.lang.String> getAnovaAttributeNames()
           
 java.lang.String getExtension()
          Returns the default extension in file choosers.
 java.lang.String getFileDescription()
          Returns the file description used in file choosers.
 java.util.List<java.lang.String> getGroupingAttributeNames()
           
 double[][] getProbabilities()
           
 javax.swing.Icon getResultIcon()
          Returns null.
 double getSignificanceLevel()
           
 java.awt.Component getVisualizationComponent(IOContainer container)
          Returns a editor pane that displays the ResultObjectAdapter.toResultString() result encoded as html.
 java.lang.String toResultString()
          The default implementation simply returns the result of the method Object.toString().
 java.lang.String toString()
           
 
Methods inherited from class com.rapidminer.operator.ResultObjectAdapter
addAction, getActions, getName, isSavable, log, logError, logNote, logWarning, save, toHTML
 
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

ANOVAMatrix

public ANOVAMatrix(double[][] probabilities,
                   java.util.List<java.lang.String> anovaAttributeNames,
                   java.util.List<java.lang.String> groupNames,
                   double significanceLevel)
Method Detail

getProbabilities

public double[][] getProbabilities()

getAnovaAttributeNames

public java.util.List<java.lang.String> getAnovaAttributeNames()

getGroupingAttributeNames

public java.util.List<java.lang.String> getGroupingAttributeNames()

getSignificanceLevel

public double getSignificanceLevel()

getVisualizationComponent

public java.awt.Component getVisualizationComponent(IOContainer container)
Description copied from class: ResultObjectAdapter
Returns a editor pane that displays the ResultObjectAdapter.toResultString() result encoded as html. Please note that the returned pane is already enclosed by a scroll pane. If you overwrite this method you should again ensure that the returned component is scrollable. The given container is totally ignored.

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

getResultIcon

public javax.swing.Icon getResultIcon()
Description copied from class: ResultObjectAdapter
Returns null. Subclasses might want to override this method and returns an appropriate icon.

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

toResultString

public java.lang.String toResultString()
Description copied from class: ResultObjectAdapter
The default implementation simply returns the result of the method Object.toString().

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

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