edu.udo.cs.yale.operator.validation.significance
Class TTestSignificanceTestOperator.TTestSignificanceTestResult

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.SignificanceTestResult
              extended by edu.udo.cs.yale.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
All Implemented Interfaces:
IOObject, ResultObject
Enclosing class:
TTestSignificanceTestOperator

public class TTestSignificanceTestOperator.TTestSignificanceTestResult
extends SignificanceTestResult


Field Summary
private  PerformanceVector[] allVectors
           
private  double alpha
           
private  double[][] probMatrix
           
 
Constructor Summary
TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[] allVectors, double[][] probMatrix, double alpha)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the test.
 java.awt.Component getVisualisationComponent(IOContainer container)
          Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
 java.lang.String toString()
          Returns a string describing the test result.
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

allVectors

private PerformanceVector[] allVectors

probMatrix

private double[][] probMatrix

alpha

private double alpha
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


toString

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

Specified by:
toString in class SignificanceTestResult


getVisualisationComponent

public java.awt.Component getVisualisationComponent(IOContainer container)
Description copied from class: ResultObjectAdapter
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html. Please note that the returned label 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:
getVisualisationComponent in interface ResultObject
Overrides:
getVisualisationComponent in class ResultObjectAdapter



Copyright © 2001-2006