public class BootstrapDataSynthFromSimulationInput extends BootstrapDataSynthesizer implements DataSource
Constructor and Description |
---|
BootstrapDataSynthFromSimulationInput(DiffusionSimulation input,
int repeats,
int components,
int samples,
int seed) |
BootstrapDataSynthFromSimulationInput(DiffusionSimulation input,
int repeats,
int components,
int samples,
java.util.Random ran) |
more, nextVoxel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
more, nextVoxel
public BootstrapDataSynthFromSimulationInput(DiffusionSimulation input, int repeats, int components, int samples, 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.ran
- A random number generator.public BootstrapDataSynthFromSimulationInput(DiffusionSimulation input, int repeats, int components, int samples, int seed)
input
- input data source. Should have repeats
voxels of data.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.seed
- Seed for the random number generator