|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.experiment.PairedTTester.Dataset
Field Summary | |
(package private) FastVector |
m_Dataset
|
(package private) Instance |
m_Template
|
Constructor Summary | |
PairedTTester.Dataset(Instance template)
|
Method Summary | |
protected void |
add(Instance inst)
Adds the given instance to the dataset |
protected FastVector |
contents()
Returns a vector containing the instances in the dataset |
protected boolean |
matchesTemplate(Instance first)
Returns true if the two instances match on those attributes that have been designated key columns (eg: scheme name and scheme options) |
void |
sort(int runColumn)
Sorts the instances in the dataset by the run number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Instance m_Template
FastVector m_Dataset
Constructor Detail |
public PairedTTester.Dataset(Instance template)
Method Detail |
protected boolean matchesTemplate(Instance first)
first
- the first instance
protected void add(Instance inst)
protected FastVector contents()
public void sort(int runColumn)
runColumn
- a value of type 'int'
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |