public class BootstrapDataSynthFromInput extends BootstrapDataSynthesizer implements DataSource
Constructor and Description |
---|
BootstrapDataSynthFromInput(DataSynthFromInput input,
int repeats,
DW_Scheme scheme,
int samples,
double snr,
int seed) |
BootstrapDataSynthFromInput(DataSynthFromInput input,
int repeats,
DW_Scheme scheme,
int samples,
double snr,
java.util.Random ran) |
more, nextVoxel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
more, nextVoxel
public BootstrapDataSynthFromInput(DataSynthFromInput input, int repeats, DW_Scheme scheme, int samples, double snr, java.util.Random ran)
input
- input data source.repeats
- The number of repeats to take from each voxel of the input data.components
- The number of values in each voxel.samples
- The number of bootstrap samples to generate from each voxel.snr
- The signal to noise ratio with q=0.ran
- A random number generator.public BootstrapDataSynthFromInput(DataSynthFromInput input, int repeats, DW_Scheme scheme, int samples, double snr, int seed)
input
- input data source.repeats
- The number of repeats to take from each voxel of the input data.components
- The number of values in each voxel.samples
- The number of bootstrap samples to generate from each voxel.snr
- The signal to noise ratio with q=0.seed
- Seed for the random number generator