|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--weka.gui.beans.TrainingSetEvent
Event encapsulating a training set
Constructor Summary | |
TrainingSetEvent(java.lang.Object source,
Instances trainSet)
Creates a new TrainingSetEvent |
Method Summary | |
int |
getMaxSetNumber()
Get the maximum set number |
int |
getSetNumber()
Get the set number (eg. |
Instances |
getTrainingSet()
Get the training instances |
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 TrainingSetEvent(java.lang.Object source, Instances trainSet)
TrainingSetEvent
source
- the source of the eventtrainSet
- the training instancesMethod Detail |
public Instances getTrainingSet()
Instances
valuepublic int getSetNumber()
int
valuepublic int getMaxSetNumber()
int
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London