com.rapidminer.operator.validation.significance
Class TTestSignificanceTestOperator.TTestSignificanceTestResult
java.lang.Object
com.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.tools.math.SignificanceTestResult
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TTestSignificanceTestOperator.TTestSignificanceTestResult
public TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[] allVectors,
double[][] probMatrix,
double alpha)
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