com.rapidminer.operator.visualization.dependencies
Class RainflowMatrix

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

public class RainflowMatrix
extends NumericalMatrix

The Rainflow Matrix adds another data table view for the residuals of the Rainflow Matrix calculation as well as a new plot tab for the residuals.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
RainflowMatrix(java.lang.String name, java.lang.String[] columnNames, Jama.Matrix matrix, boolean symmetrical, java.lang.String[] residuals)
           
 
Method Summary
 java.awt.Component getVisualizationComponent(IOContainer container)
          Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
 
Methods inherited from class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
createMatrixDataTable, createPairwiseDataTable, getColumnName, getExtension, getFileDescription, getName, getNumberOfColumns, getNumberOfRows, getResultIcon, getRowName, getValue, isSymmetrical, setFirstAttributeName, setSecondAttributeName, setValue, toString
 
Methods inherited from class com.rapidminer.operator.ResultObjectAdapter
addAction, getActions, isSavable, log, logError, logNote, logWarning, save, toHTML, toResultString
 
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

RainflowMatrix

public RainflowMatrix(java.lang.String name,
                      java.lang.String[] columnNames,
                      Jama.Matrix matrix,
                      boolean symmetrical,
                      java.lang.String[] residuals)
Method Detail

getVisualizationComponent

public java.awt.Component getVisualizationComponent(IOContainer container)
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.

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


Copyright © 2001-2009 by Rapid-I