|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.experiment.PairedTTester | +--weka.experiment.PairedCorrectedTTester
Behaves the same as PairedTTester, only it uses the corrected resampled t-test statistic.
For more information see:
Claude Nadeau and Yoshua Bengio, "Inference for the Generalization Error," Machine Learning, 2001.
Constructor Summary | |
PairedCorrectedTTester()
|
Method Summary | |
PairedStats |
calculateStatistics(Instance datasetSpecifier,
int resultset1Index,
int resultset2Index,
int comparisonColumn)
Computes a paired t-test comparison for a specified dataset between two resultsets. |
static void |
main(java.lang.String[] args)
Test the class from the command line. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PairedCorrectedTTester()
Method Detail |
public PairedStats calculateStatistics(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn) throws java.lang.Exception
calculateStatistics
in class PairedTTester
datasetSpecifier
- the dataset specifierresultset1Index
- the index of the first resultsetresultset2Index
- the index of the second resultsetcomparisonColumn
- the column containing values to compare
java.lang.Exception
- if an error occurspublic static void main(java.lang.String[] args)
args
- contains options for the instance ttests
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London