I - Type of the dataset instances.A - Type of the sampling algorithm that will be created.public interface IRerunnableSamplingAlgorithmFactory<D extends IDataset<?>,A extends ASamplingAlgorithm<D>> extends ISamplingAlgorithmFactory<D,A>
| Modifier and Type | Method and Description |
|---|---|
void |
setPreviousRun(A previousRun)
Set the previous run of the sampling algorithm, if one occurred, can be set
here to get data from it.
|
getAlgorithmvoid setPreviousRun(A previousRun)
previousRun - Algorithm object of the previous of the sampling
algorithm.