Description Usage Arguments Value Author(s)
Training for rcissus translation between image modalities
1 2 3 4 | rcTrainTranslation(x, y, masks, nBases = 6, patchRadius = 3,
meanCenter = FALSE, nsamples = 1000, seeds, hidden = c(200, 200),
classification = FALSE, dataScaling = 1000, batchSize,
mdlMethod = "h2o", epochs = 10)
|
x |
input filenames or image list defining source modality |
y |
input filenames or image list defining target modality |
masks |
input filenames or image list defining source modality masks |
nBases |
number of eigenvector bases |
patchRadius |
patch radius, integer value |
meanCenter |
boolean |
nsamples |
number of samples per image |
seeds |
random seeds for reproducibility across testing modalities |
hidden |
Hidden layer sizes (e.g. |
classification |
boolean |
dataScaling |
scaling by which to divide input data - results may be sensitive to this value |
batchSize |
for training |
mdlMethod |
string either lm, h2o or kerasdnn |
epochs |
number of epochs (integer) over which to train |
list containing the image bases and the trained model and other relevant parameters.
Avants BB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.