|
|||||||||
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.IncrementalClassifierEvent
Class encapsulating an incrementally built classifier and current instance
EventObject
,
Serialized FormField Summary | |
static int |
BATCH_FINISHED
|
static int |
NEW_BATCH
|
static int |
WITHIN_BATCH
|
Constructor Summary | |
IncrementalClassifierEvent(java.lang.Object source)
|
|
IncrementalClassifierEvent(java.lang.Object source,
Classifier scheme,
Instance currentI,
int status)
Creates a new IncrementalClassifierEvent instance. |
Method Summary | |
Classifier |
getClassifier()
Get the classifier |
Instance |
getCurrentInstance()
Get the current instance |
int |
getStatus()
Get the status |
void |
setClassifier(Classifier c)
|
void |
setCurrentInstance(Instance i)
Set the current instance for this event |
void |
setStatus(int s)
Set the status |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int WITHIN_BATCH
public static final int NEW_BATCH
public static final int BATCH_FINISHED
Constructor Detail |
public IncrementalClassifierEvent(java.lang.Object source, Classifier scheme, Instance currentI, int status)
IncrementalClassifierEvent
instance.
source
- the source of the eventscheme
- the classifierpublic IncrementalClassifierEvent(java.lang.Object source)
Method Detail |
public Classifier getClassifier()
public void setClassifier(Classifier c)
public Instance getCurrentInstance()
public void setCurrentInstance(Instance i)
i
- an Instance
valuepublic int getStatus()
int
valuepublic void setStatus(int s)
s
- an 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