|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.beans.AbstractEvaluator
weka.gui.beans.IncrementalClassifierEvaluator
public class IncrementalClassifierEvaluator
Bean that evaluates incremental classifiers
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
IncrementalClassifierEvaluator()
|
|
| Method Summary | |
|---|---|
void |
acceptClassifier(IncrementalClassifierEvent ce)
Accepts and processes a classifier encapsulated in an incremental classifier event |
void |
addChartListener(ChartListener cl)
Add a chart listener |
void |
addTextListener(TextListener cl)
Add a text listener |
String |
chartingEvalWindowSizeTipText()
Return a tip text string for this property |
boolean |
eventGeneratable(String eventName)
Returns true, if at the current time, the named event could be generated. |
int |
getChartingEvalWindowSize()
Get whether to compute evaluation for charting over a fixed sized window of the most recent instances (rather than the whole stream). |
String |
getCustomName()
Get the custom (descriptive) name for this bean (if one has been set) |
boolean |
getOutputPerClassInfoRetrievalStats()
Get whether per-class information retrieval stats are to be output. |
int |
getStatusFrequency()
Get how often progress is reported to the status bar. |
String |
globalInfo()
Global info for this bean |
boolean |
isBusy()
Returns true if. |
String |
outputPerClassInfoRetrievalStatsTipText()
Return a tip text string for this property |
void |
removeChartListener(ChartListener cl)
Remove a chart listener |
void |
removeTextListener(TextListener cl)
Remove a text listener |
void |
setChartingEvalWindowSize(int windowSize)
Set whether to compute evaluation for charting over a fixed sized window of the most recent instances (rather than the whole stream). |
void |
setCustomName(String name)
Set a custom (descriptive) name for this bean |
void |
setOutputPerClassInfoRetrievalStats(boolean i)
Set whether to output per-class information retrieval statistics (nominal class only). |
void |
setStatusFrequency(int s)
Set how often progress is reported to the status bar. |
String |
statusFrequencyTipText()
Return a tip text string for this property |
void |
stop()
Stop all action |
| Methods inherited from class weka.gui.beans.AbstractEvaluator |
|---|
connectionAllowed, connectionAllowed, connectionNotification, disconnectionNotification, getVisual, setLog, setVisual, useDefaultVisual |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IncrementalClassifierEvaluator()
| Method Detail |
|---|
public void setCustomName(String name)
setCustomName in interface BeanCommonname - the name to usepublic String getCustomName()
getCustomName in interface BeanCommonpublic String globalInfo()
String valuepublic void acceptClassifier(IncrementalClassifierEvent ce)
acceptClassifier in interface IncrementalClassifierListenerce - an IncrementalClassifierEvent valuepublic boolean eventGeneratable(String eventName)
eventGeneratable in interface EventConstraintseventName - the name of the event in question
public void stop()
stop in interface BeanCommonstop in class AbstractEvaluatorpublic boolean isBusy()
isBusy in interface BeanCommonpublic void setStatusFrequency(int s)
s - report progress every s instancespublic int getStatusFrequency()
public String statusFrequencyTipText()
public void setOutputPerClassInfoRetrievalStats(boolean i)
i - true if info retrieval stats are to be outputpublic boolean getOutputPerClassInfoRetrievalStats()
public String outputPerClassInfoRetrievalStatsTipText()
public void setChartingEvalWindowSize(int windowSize)
windowSize - the size of the window to use for computing the evaluation
metrics used for charting. Setting a value of zero or less specifies that no
windowing is to be used.public int getChartingEvalWindowSize()
public String chartingEvalWindowSizeTipText()
public void addChartListener(ChartListener cl)
cl - a ChartListener valuepublic void removeChartListener(ChartListener cl)
cl - a ChartListener valuepublic void addTextListener(TextListener cl)
cl - a TextListener valuepublic void removeTextListener(TextListener cl)
cl - a TextListener value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||