public interface Resampling
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double[] |
getResample()
Get a resample from the original sample
|
void |
seed(long... seeds)
Seed the random generator to produce repeatable sequences.
|