Class OutOfSampleErrorPlotPlugin

    • Constructor Summary

      Constructors 
      Constructor Description
      OutOfSampleErrorPlotPlugin​(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainData, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ai.libs.jaicore.graphvisualizer.events.recorder.property.AlgorithmEventPropertyComputer> getPropertyComputers()  
      org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTestData()  
      org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTrainData()  
      • Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin

        getController, getLoggerName, getModel, getView, setAlgorithmEventSource, setGUIEventSource, setLoggerName, stop
      • Methods inherited from class java.lang.Object

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

      • OutOfSampleErrorPlotPlugin

        public OutOfSampleErrorPlotPlugin​(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainData,
                                          org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testData)
    • Method Detail

      • getTrainData

        public org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTrainData()
      • getTestData

        public org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTestData()
      • getPropertyComputers

        public java.util.Collection<ai.libs.jaicore.graphvisualizer.events.recorder.property.AlgorithmEventPropertyComputer> getPropertyComputers()