Package | Description |
---|---|
data | |
tools |
Modifier and Type | Class and Description |
---|---|
class |
BallStick
Purpose:
Simple model for the diffusion displacement density function .
|
class |
CylinderModel
Purpose:
Simple model for the diffusion displacement density function in white matter with two
compartments.
|
class |
GaussianMixture
Purpose:
Simple model for the diffusion displacement density function .
|
Modifier and Type | Method and Description |
---|---|
static ModelPDF |
StandardTestFunctions.getFunction(int index)
Returns the indexed test function rotated by the indexed rotation, with
specified mixing parameters and scaling factor on the diffusion tensors.
|
Constructor and Description |
---|
DataSynthesizer(ModelPDF pdf,
DW_Scheme ip,
double s)
Constructor requires the
DW_Scheme , the test function and the
signal to noise level. |
DataSynthesizer(ModelPDF pdf,
DW_Scheme ip,
double s,
int numVox)
Constructor includes the number of voxels in the synthetic data source.
|
DataSynthesizer(ModelPDF pdf,
DW_Scheme ip,
double s,
int numVox,
int seed)
Constructor includes the number of voxels in the synthetic data source.
|
DataSynthesizer(ModelPDF pdf,
DW_Scheme ip,
double s,
int numVox,
java.util.Random ran)
Constructor includes the number of voxels in the synthetic data
source and the actual
Random object to use. |
SyntheticBootstrapper(ModelPDF pdf,
DW_Scheme ip,
double s,
int samples,
int numVox)
Constructor includes the number of voxels in the synthetic data source.
|
SyntheticBootstrapper(ModelPDF pdf,
DW_Scheme ip,
double s,
int samples,
int numVox,
int seed)
Constructor includes the number of voxels in the synthetic data source.
|
SyntheticBootstrapper(ModelPDF pdf,
DW_Scheme ip,
double s,
int samples,
int numVox,
java.util.Random ran)
Constructor includes the number of voxels in the synthetic data source.
|
Modifier and Type | Field and Description |
---|---|
static ModelPDF |
CL_Initializer.p
The test function to use for simulations.
|
Modifier and Type | Method and Description |
---|---|
static ModelPDF |
CL_Initializer.constructTestFunction(double[] testFunctionData)
Constructs a test function from an array of values given on the command
line.
|
Modifier and Type | Method and Description |
---|---|
static DataSource |
CL_Initializer.getDataSynthesizer(ModelPDF p,
DW_Scheme imPars,
double SNR,
int numVoxels,
int seed,
int bootstrap)
Creates the source of data from options specified on the command line.
|