Class OutOfSampleErrorPlotPluginModel

    • Field Summary

      • Fields inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginModel

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEntry​(long timestamp, org.api4.java.ai.ml.classification.IClassifier classifier, java.util.List<java.lang.Double> performances)  
      void clear()  
      java.util.List<org.api4.java.ai.ml.classification.IClassifier> getClassifiers()  
      java.util.List<java.util.List<java.lang.Double>> getPerformances()  
      long getTimestampOfFirstEvent()  
      java.util.List<java.lang.Integer> getTimestamps()  
      void setTimestampOfFirstEvent​(long timestampOfFirstEvent)  
      • Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginModel

        getController, getLoggerName, getView, setController, setLoggerName, setView
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutOfSampleErrorPlotPluginModel

        public OutOfSampleErrorPlotPluginModel()
    • 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()
      • 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)