public class OutOfSampleErrorPlotPluginController extends ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<OutOfSampleErrorPlotPluginModel,OutOfSampleErrorPlotPluginView>
| Constructor and Description |
|---|
OutOfSampleErrorPlotPluginController(OutOfSampleErrorPlotPluginModel model,
OutOfSampleErrorPlotPluginView view) |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instances |
getTest() |
weka.core.Instances |
getTrain() |
void |
handleAlgorithmEventInternally(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent) |
void |
handleGUIEvent(ai.libs.jaicore.graphvisualizer.events.gui.GUIEvent guiEvent) |
void |
setTest(weka.core.Instances test) |
void |
setTrain(weka.core.Instances train) |
getModel, getView, handleAlgorithmEvent, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic OutOfSampleErrorPlotPluginController(OutOfSampleErrorPlotPluginModel model, OutOfSampleErrorPlotPluginView view)
public weka.core.Instances getTrain()
public void setTrain(weka.core.Instances train)
public weka.core.Instances getTest()
public void setTest(weka.core.Instances test)
public void handleGUIEvent(ai.libs.jaicore.graphvisualizer.events.gui.GUIEvent guiEvent)
handleGUIEvent in interface ai.libs.jaicore.graphvisualizer.events.gui.GUIEventListenerhandleGUIEvent in class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<OutOfSampleErrorPlotPluginModel,OutOfSampleErrorPlotPluginView>public void handleAlgorithmEventInternally(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent)
handleAlgorithmEventInternally in class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<OutOfSampleErrorPlotPluginModel,OutOfSampleErrorPlotPluginView>