|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.experiment.PairedTTester.Resultset
Field Summary | |
(package private) FastVector |
m_Datasets
|
(package private) Instance |
m_Template
|
Constructor Summary | |
PairedTTester.Resultset(Instance template)
|
Method Summary | |
void |
add(Instance newInst)
Adds an instance to this resultset |
FastVector |
dataset(Instance inst)
Returns a vector containing all instances belonging to one 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 each dataset by the run number. |
protected java.lang.String |
templateString()
Returns a string descriptive of the resultset key column values for this resultset |
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_Datasets
Constructor Detail |
public PairedTTester.Resultset(Instance template)
Method Detail |
protected boolean matchesTemplate(Instance first)
first
- the first instance
protected java.lang.String templateString()
public FastVector dataset(Instance inst)
public void add(Instance newInst)
newInst
- a value of type 'Instance'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 |