Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 25 found.
[1] < 1 2 3 > [3]  Sort:

ncol,big.matrix-method (Package: bigmemory) : The Number of Rows/Columns of a big.matrix

nrow and ncol return the number of rows or columns present in a big.matrix object.
● Data Source: CranContrib
● Keywords:
● Alias: ncol,big.matrix-method, nrow,big.matrix-method
● 0 images

descriptor-class (Package: bigmemory) : Class "big.matrix.descriptor"

An object of this class contains necessary and sufficient information to “attach” a shared or filebacked big.matrix.
● Data Source: CranContrib
● Keywords: classes
● Alias: attach.resource,big.matrix.descriptor-method, attach.resource,character-method, big.matrix.descriptor-class, descriptor-class, sub.big.matrix,big.matrix.descriptor-method
● 0 images

as.matrix,big.matrix-method (Package: bigmemory) : Convert to base R matrix

Extract values from a big.matrix object and convert to a base R matrix object
● Data Source: CranContrib
● Keywords:
● Alias: as.matrix,big.matrix-method
● 0 images

is.float,numeric-method (Package: bigmemory) : Is Float?

Check if R numeric value has float flag
● Data Source: CranContrib
● Keywords:
● Alias: is.float,numeric-method
● 0 images

mwhich (Package: bigmemory) : Expanded ``which''-like functionality.

Implements which-like functionality for a big.matrix, with additional options for efficient comparisons (executed in C++); also works for regular numeric matrices without the memory overhead.
● Data Source: CranContrib
● Keywords: methods
● Alias: mwhich
● 0 images

write.big.matrix (Package: bigmemory) : File interface for a ``big.matrix''

Create a big.matrix by reading from a suitably-formatted ASCII file, or write the contents of a big.matrix to a file.
● Data Source: CranContrib
● Keywords: methods
● Alias: read.big.matrix, read.big.matrix,character-method, write.big.matrix, write.big.matrix,big.matrix,character-method
● 0 images

big.matrix-class (Package: bigmemory) : Class "big.matrix"

The big.matrix class is designed for matrices with elements of type double, integer, short, or char. A big.matrix acts much like a traditional R matrix, but helps protect the user from many inadvertant memory-consuming pitfalls of traditional R matrices and data frames. The objects are allocated to shared memory, and if file-backing is used they may exceed virtual memory in size. Sadly, 32-bit operating system contraints – largely Windows and some MacOS versions –will be a limiting factor with file-backed matrices; 64-bit operating systems are recommended.
● Data Source: CranContrib
● Keywords: classes
● Alias: big.matrix-class
● 0 images

GetMatrixSize (Package: bigmemory) : big.matrix size

Returns the size of the created matrix in bytes
● Data Source: CranContrib
● Keywords:
● Alias: GetMatrixSize
● 0 images

bigmemory-package (Package: bigmemory) : Manage massive matrices with shared memory and memory-mapped files.

Create, store, access, and manipulate massive matrices. Matrices are, by default, allocated to shared memory and may use memory-mapped files. Packages biganalytics, synchronicity, bigalgebra, and bigtabulate provide advanced functionality. Access to and manipulation of a big.matrix object is exposed in by an S4 class whose interface is simlar to that of an matrix. Use of these packages in parallel environments can provide substantial speed and memory efficiencies. bigmemory also provides a C++ framework for the development of new tools that can work both with big.matrix and native matrix objects.
● Data Source: CranContrib
● Keywords: package
● Alias: bigmemory, bigmemory-package
● 0 images

length,big.matrix-method (Package: bigmemory) : Length of a big.matrix object

Get the length of a big.matrix object
● Data Source: CranContrib
● Keywords:
● Alias: length,big.matrix-method
● 0 images