Scalar aggregations over all elements of an HDF5 matrix, computed block-wise without loading the full data into RAM.
# S3 method for HDF5Matrix
mean(
x,
na.rm = FALSE,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)# S3 method for HDF5Matrix
Summary(..., na.rm = FALSE)
A scalar numeric (when save_to = NULL) or an
HDF5Matrix pointing to a 1×1 persisted dataset.
An HDF5Matrix object.
Ignored (included for generic compatibility).
Logical or NULL. Enable OpenMP parallelisation.
Integer or NULL. Block size (NULL = auto).
Integer or NULL. Number of threads (NULL = auto).
Optional persistence target (same format as
colSums.HDF5Matrix).
Logical. Overwrite existing dataset when saving.
For Summary methods: additional objects (currently
not supported; raises an error if supplied).