rec {mand} | R Documentation |
Reconstruction
Description
This is a function that restores the vectorized image to its original dimensions, reduced in dimension by the radial basis function.
Usage
rec(Q, imagedim, B = NULL, mask = NULL)
Arguments
Q |
a vector for reduced data. |
imagedim |
a vector for original dimension. |
B |
a list or a matrix indicating the basis function used in the dimension reduction. |
mask |
a list or a matrix indicating the mask image used in the dimension reduction. |
Details
rec
requires a vector to be converted to a array.
Examples
imagedim1=c(10,10,10)
recvec = rec(rnorm(prod(imagedim1)), imagedim1)
[Package mand version 2.0 Index]