API Reference¶
This is the class and function reference of ClinicaDL. Please refer to the user guide for more information and usage examples, as the raw specifications of classes and functions may not be enough to give full guidelines on their use.
For monitoring and customizing the training and evaluation phases. |
|
For building PyTorch objects able to manipulate neuroimaging data. |
|
For customizing the inference stage, such as performing post-processing or combining outputs from multiple neural networks. |
|
Input/Output (IO) module for manipulating file directories produced and read by |
|
For creating a criterion to minimize during training. |
|
For evaluating models. |
|
For defining models, which encompass neural networks, loss functions, optimizers, and the training and evaluation logic. |
|
For building neural networks. |
|
For configuring optimization during training. |
|
For splitting data into training, validation and test sets. |
|
For transforming 3D neuroimaging data. |
|
For training and evaluating a model. |
|
Utility classes and functions. |