|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weka.gui.beans.TestSetEvent
Event encapsulating a test set
Constructor Summary | |
TestSetEvent(java.lang.Object source,
Instances testSet)
|
Method Summary | |
int |
getMaxSetNumber()
Get the maximum set number |
int |
getSetNumber()
Get the test set number (eg. |
Instances |
getTestSet()
Get the test set instances |
boolean |
isStructureOnly()
Returns true if the encapsulated instances contain just header information |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestSetEvent(java.lang.Object source, Instances testSet)
Method Detail |
public Instances getTestSet()
Instances
valuepublic int getSetNumber()
int
valuepublic int getMaxSetNumber()
int
valuepublic boolean isStructureOnly()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |