Class OutOfSampleErrorPlotPluginModel
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginModel<OutOfSampleErrorPlotPluginView,OutOfSampleErrorPlotPluginController>
-
- ai.libs.mlplan.gui.outofsampleplots.OutOfSampleErrorPlotPluginModel
-
- All Implemented Interfaces:
ai.libs.jaicore.graphvisualizer.plugin.IGUIPluginModel,org.api4.java.common.control.ILoggingCustomizable
public class OutOfSampleErrorPlotPluginModel extends ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginModel<OutOfSampleErrorPlotPluginView,OutOfSampleErrorPlotPluginController>
-
-
Constructor Summary
Constructors Constructor Description OutOfSampleErrorPlotPluginModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(long timestamp, org.api4.java.ai.ml.classification.IClassifier classifier, java.util.List<java.lang.Double> performances)voidclear()java.util.List<org.api4.java.ai.ml.classification.IClassifier>getClassifiers()java.util.List<java.util.List<java.lang.Double>>getPerformances()longgetTimestampOfFirstEvent()java.util.List<java.lang.Integer>getTimestamps()voidsetTimestampOfFirstEvent(long timestampOfFirstEvent)
-
-
-
Method Detail
-
addEntry
public final void addEntry(long timestamp, org.api4.java.ai.ml.classification.IClassifier classifier, java.util.List<java.lang.Double> performances)
-
getTimestampOfFirstEvent
public long getTimestampOfFirstEvent()
-
clear
public void clear()
- Specified by:
clearin classai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginModel<OutOfSampleErrorPlotPluginView,OutOfSampleErrorPlotPluginController>
-
getTimestamps
public java.util.List<java.lang.Integer> getTimestamps()
-
getClassifiers
public java.util.List<org.api4.java.ai.ml.classification.IClassifier> getClassifiers()
-
getPerformances
public java.util.List<java.util.List<java.lang.Double>> getPerformances()
-
setTimestampOfFirstEvent
public void setTimestampOfFirstEvent(long timestampOfFirstEvent)
-
-