com.rapidminer.operator.validation.significance
Class TTestSignificanceTestOperator.TTestSignificanceTestResult

java.lang.Object
  extended by com.rapidminer.operator.AbstractIOObject
      extended by com.rapidminer.operator.ResultObjectAdapter
          extended by com.rapidminer.tools.math.SignificanceTestResult
              extended by com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
All Implemented Interfaces:
IOObject, ResultObject, Saveable, LoggingHandler, java.io.Serializable
Enclosing class:
TTestSignificanceTestOperator

public static class TTestSignificanceTestOperator.TTestSignificanceTestResult
extends SignificanceTestResult

The result for a paired t-test.

See Also:
Serialized Form

Constructor Summary
TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[] allVectors, double[][] probMatrix, double alpha)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the test.
 double getProbability()
          Returns NaN since no single probability will be delivered.
 java.awt.Component getVisualizationComponent(IOContainer container)
          Returns a editor pane that displays the ResultObjectAdapter.toResultString() result encoded as html.
 java.lang.String toString()
          Returns a string describing the test result.
 
Methods inherited from class com.rapidminer.tools.math.SignificanceTestResult
getExtension, getFileDescription, getResultIcon
 
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

TTestSignificanceTestOperator.TTestSignificanceTestResult

public TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[] allVectors,
                                                                 double[][] probMatrix,
                                                                 double alpha)
Method Detail

getName

public java.lang.String getName()
Description copied from class: SignificanceTestResult
Returns the name of the test.

Specified by:
getName in interface ResultObject
Specified by:
getName in class SignificanceTestResult

getProbability

public double getProbability()
Returns NaN since no single probability will be delivered.

Specified by:
getProbability in class SignificanceTestResult

toString

public java.lang.String toString()
Description copied from class: SignificanceTestResult
Returns a string describing the test result.

Specified by:
toString in class SignificanceTestResult

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


Copyright © 2001-2009 by Rapid-I