public class PairedStatsCorrected extends PairedStats
For more information see:
Claude Nadeau and Yoshua Bengio, "Inference for the Generalization Error," Machine Learning, 2001.
correlation, count, differencesProbability, differencesSignificance, differencesStats, sigLevel, xStats, xySum, yStats| Constructor and Description |
|---|
PairedStatsCorrected(double sig,
double testTrainRatio)
Creates a new PairedStatsCorrected object with the supplied
significance level and train/test ratio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculateDerived()
Calculates the derived statistics (significance etc).
|
java.lang.String |
getRevision()
Returns the revision string.
|
add, add, getDegreesOfFreedom, main, setDegreesOfFreedom, subtract, subtract, toStringpublic PairedStatsCorrected(double sig,
double testTrainRatio)
sig - the significance level for comparisonstestTrainRatio - the number test examples/training examplespublic void calculateDerived()
calculateDerived in class PairedStatspublic java.lang.String getRevision()
getRevision in interface RevisionHandlergetRevision in class PairedStats