weka.experiment
Class PairedTTester.DatasetSpecifiers

java.lang.Object
  extended byweka.experiment.PairedTTester.DatasetSpecifiers
Enclosing class:
PairedTTester

protected class PairedTTester.DatasetSpecifiers
extends java.lang.Object


Field Summary
(package private)  FastVector m_Specifiers
           
 
Constructor Summary
protected PairedTTester.DatasetSpecifiers()
           
 
Method Summary
protected  void add(Instance inst)
          Add an instance to the list of specifiers (if necessary)
protected  int numSpecifiers()
          Gets the number of specifiers.
protected  void removeAllSpecifiers()
          Removes all specifiers.
protected  Instance specifier(int i)
          Get the template at the given position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Specifiers

FastVector m_Specifiers
Constructor Detail

PairedTTester.DatasetSpecifiers

protected PairedTTester.DatasetSpecifiers()
Method Detail

removeAllSpecifiers

protected void removeAllSpecifiers()
Removes all specifiers.


add

protected void add(Instance inst)
Add an instance to the list of specifiers (if necessary)


specifier

protected Instance specifier(int i)
Get the template at the given position.


numSpecifiers

protected int numSpecifiers()
Gets the number of specifiers.