Interface IRerunnableSamplingAlgorithmFactory<I,​D extends IDataset<I>,​A extends ASamplingAlgorithm<I,​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.