Uses of Class
weka.experiment.PairedStats
Packages that use PairedStats
-
Uses of PairedStats in weka.experiment
Subclasses of PairedStats in weka.experimentModifier and TypeClassDescriptionclass
A class for storing stats on a paired comparison.Methods in weka.experiment that return PairedStatsModifier and TypeMethodDescriptionPairedCorrectedTTester.calculateStatistics
(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn) Computes a paired t-test comparison for a specified dataset between two resultsets.PairedTTester.calculateStatistics
(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn) Computes a paired t-test comparison for a specified dataset between two resultsets.Tester.calculateStatistics
(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn) Computes a paired t-test comparison for a specified dataset between two resultsets.