Interface Resampler
-
- All Superinterfaces:
Seedable
- All Known Implementing Classes:
CaseResamplingReplacement
,PattonPolitisWhite2009
public interface Resampler extends Seedable
This is the interface of a re-sampler method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
newResample()
Gets a resample from the original sample.
-