package_bigdist {bigdist}R Documentation

Package: bigdist

Description

bigdist package facilitates storing distance matrices on disk as 'file-backed matrix' (FBM) using bigstatsr package. The FBM stores a symmetric matrix. Each distance is stored as a 'float/double' approximately requiring 4 or 8 bytes. The resulting file size will approximately be $8 * size^2$ where size is nrow/ncol of the data matrix. Working with bigdist package requires working knowledge of bigstatsr package.

disto package provides a unified interface to distance matrices in-memory (class 'dist') or on disk (class 'bigdist').

Author(s)

Maintainer: Komala Sheshachala Srikanth sri.teach@gmail.com

Other contributors:

See Also

Useful links:


[Package bigdist version 0.1.4 Index]