Nothing
This is a major release of BigDataStatMeth. It introduces a new
HDF5Matrix user-facing interface, standard S3 methods for
HDF5-backed matrices, and an extended C++ infrastructure for block-wise
statistical computing with HDF5 files.
HDF5Matrix interface for working with matrices stored in
HDF5 files.dim(), [, [<-, %*%, crossprod(),
tcrossprod(), scale(), cor(), svd(), prcomp(), qr(),
chol(), and solve().hdf5matrix_options() for common
settings such as parallel execution, number of threads, block size,
and HDF5 compression.HDF5Matrix objects.%*%,
crossprod(), tcrossprod(), cbind(), and rbind().colSums(),
rowSums(), colMeans(), rowMeans(), colVars(), rowVars(),
colSds(), rowSds(), colMins(), rowMins(), colMaxs(),
rowMaxs(), mean(), var(), and sd().scale(),
sweep(), and cor().svd(), prcomp(), qr(), chol(),
solve(), eigen(), and pseudoinverse().diag(),
diag<-(), diag_op(), and diag_scale().bd* utilities for specialized
workflows that do not map directly to standard R generics.list_datasets() for inspecting datasets stored in HDF5 files.hdf5_close_all() for closing open HDF5 handles managed by the
package.hdf5matrix_options().HDF5Matrix interface
and standard R methods.help("BigDataStatMeth").extdata directory.minimumBlockSize promoted from int to long in
Cholesky_decomposition_intermediate_hdf5 and
Inverse_of_Cholesky_decomposition_intermediate_hdf5 to prevent
overflow before promotion to double for sqrt(). Detected by
gcc-ASAN on R-hub.matrixSvdBlock.hpp): wrong singular value was evaluated in the
rank-truncation check, causing incorrect nzeros counts.H5SL_insert
from H5I_register) when the number of hierarchical levels q >= 2:
Next_level_SvdBlock_decomposition_hdf5 is now sequential; the outer
block loop already provides sufficient parallelism.nev parameter not being applied to per-block truncation in
First_level_SvdBlock_decomposition_hdf5: the parameter was declared
in the function signature but never used, causing unnecessarily large
intermediate matrices and a final SVD over more components than
requested.bdCCA_hdf5_rcpp().Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.