Description Usage Arguments Value Author(s) References See Also Examples
Function for calculating the (inner-product) Gram matrix that allows for block-matrix multiplication.
1 |
X |
a standardized feature matrix. |
trX |
(optional) the transpose matrix of X. |
block |
logical, block matrix computation is performed when TRUE, default option is FALSE. |
block.size |
used when block = TRUE. Default option is 1000, i.e. blocks of dimensionality 1000 x 1000. |
show.progress |
logical, when TRUE (and block = TRUE) the progress of the calculations is reported on the console. |
Returns the inner-product Gram matrix.
Konstanstinos Perrakis konstantinos.perrakis@dzne.de
Sach Mukherjee sach.mukherjee@dzne.de
Perrakis, K., Mukherjee, S. and the Alzheimers Disease Neuroimaging Initiative. (2018) Scalable Bayesian regression in high dimensions with multiple data sources. https://arxiv.org/pdf/1710.00596.pdf
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.