I - Type of the dataset instances.A - Type of the sampling algorithm that will be created.public interface IRerunnableSamplingAlgorithmFactory<I extends IInstance,A extends ASamplingAlgorithm<I>> extends ISamplingAlgorithmFactory<I,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.