Uses of Class
weka.experiment.PairedStats

Packages that use PairedStats
weka.experiment   
 

Uses of PairedStats in weka.experiment
 

Subclasses of PairedStats in weka.experiment
 class PairedStatsCorrected
          A class for storing stats on a paired comparison.
 

Methods in weka.experiment that return PairedStats
 PairedStats PairedCorrectedTTester.calculateStatistics(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn)
          Computes a paired t-test comparison for a specified dataset between two resultsets.
 PairedStats PairedTTester.calculateStatistics(Instance datasetSpecifier, int resultset1Index, int resultset2Index, int comparisonColumn)
          Computes a paired t-test comparison for a specified dataset between two resultsets.