Interface IRerunnableSamplingAlgorithmFactory<D extends org.api4.java.ai.ml.core.dataset.IDataset<?>,​A extends ASamplingAlgorithm<D>>

    • Method Detail

      • setPreviousRun

        void setPreviousRun​(A previousRun)
        Set the previous run of the sampling algorithm, if one occurred, can be set here to get data from it.
        Parameters:
        previousRun - Algorithm object of the previous of the sampling algorithm.