|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.tools.math.SignificanceTestResult
public abstract class SignificanceTestResult
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.
| Constructor Summary | |
|---|---|
SignificanceTestResult()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExtension()
Returns the default extension in file choosers. |
java.lang.String |
getFileDescription()
Returns the file description used in file choosers. |
abstract java.lang.String |
getName()
Returns the name of the test. |
abstract double |
getProbability()
Returns the calculated probability value. |
javax.swing.Icon |
getResultIcon()
Returns null. |
abstract java.lang.String |
toString()
Returns a string describing the test result. |
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
|---|
addAction, getActions, getVisualizationComponent, 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 |
|---|
public SignificanceTestResult()
| Method Detail |
|---|
public abstract java.lang.String getName()
getName in interface ResultObjectgetName in class ResultObjectAdapterpublic abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract double getProbability()
public java.lang.String getExtension()
Saveable
public java.lang.String getFileDescription()
Saveable
public javax.swing.Icon getResultIcon()
ResultObjectAdapter
getResultIcon in interface ResultObjectgetResultIcon in class ResultObjectAdapter
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||