com.rapidminer.tools.math
Class SignificanceTestResult
java.lang.Object
com.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.tools.math.SignificanceTestResult
- All Implemented Interfaces:
- IOObject, ResultObject, LoggingHandler, java.io.Serializable
- Direct Known Subclasses:
- AnovaCalculator.AnovaSignificanceTestResult, TTestSignificanceTestOperator.TTestSignificanceTestResult
public abstract class SignificanceTestResult
- extends ResultObjectAdapter
This class encapsulates the result of a statistical significance test.
Subclasses may also want to override the method getVisualizationComponent to
provide a nicer graphical version for the GUI.
- Author:
- Ingo Mierswa
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getExtension()
|
java.lang.String |
getFileDescription()
|
abstract java.lang.String |
getName()
Returns the name of the test. |
abstract double |
getProbability()
Returns the calculated probability value. |
abstract java.lang.String |
toString()
Returns a string describing the test result. |
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
addAction, getActions, getAnnotations, getResultIcon, log, log, logError, logNote, logWarning, toHTML, toResultString |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
appendOperatorToHistory, copy, getLog, getProcessingHistory, getSource, initWriting, read, read, read, read, setLoggingHandler, setSource, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SignificanceTestResult
public SignificanceTestResult()
getName
public abstract java.lang.String getName()
- Returns the name of the test.
- Specified by:
getName in interface ResultObject- Overrides:
getName in class ResultObjectAdapter
toString
public abstract java.lang.String toString()
- Returns a string describing the test result.
- Overrides:
toString in class java.lang.Object
getProbability
public abstract double getProbability()
- Returns the calculated probability value.
getExtension
public java.lang.String getExtension()
getFileDescription
public java.lang.String getFileDescription()
Copyright © 2001-2009 by Rapid-I