View source: R/HDF5Matrix_op_decompositions.R
| svd_auto_threshold | R Documentation |
Number of matrix elements (nrow * ncol) at or above which
method = "auto" stops computing an exact decomposition and switches
to the hierarchical block approximation.
svd_auto_threshold()
The value is read from the C++ constant SVD_EXACT_MAX_ELEMENTS so
that documentation and implementation cannot drift apart. It currently
corresponds to 53,687,091 elements, about 410 MB of double-precision data.
Numeric scalar: the element-count boundary.
svd.HDF5Matrix, prcomp.HDF5Matrix
svd_auto_threshold()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.