View source: R/methods_bdCCA.R
getQRbyBlocks | R Documentation |
This function is an application of the BigDataStatMeth functions to generate new methods. This function perform a QR from two matrices stored in hdf5 data file. This function applies matrix partitioning, merge bloks to create a full matrix, apply a function to different blocks...
getQRbyBlocks(strdataset, file, mblocks, center, scale, bcols, overwrt)
strdataset |
string, dataset path within the hdf5 data file from which we want to calculate the QR |
file |
string file name where dataset to normalize is stored |
mblocks |
number of blocks in which we want to partition the matrix to perform the calculations |
center, |
boolean, if true, dataset is centered to perform calculus |
scale, |
boolean, if true, dataset is centered to perform calculus |
bcols |
boolean if bcols = TRUE matrix it´s splitted by columns if bcols = FALSE, then matrix or dataset is splitted by rows. |
overwrt, |
boolean, if true, datasets existing inside a file must be overwritten if we are using the same names |
hdf5 data file with CCA results,
print ("Example in vignette")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.