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 102 found.
[1] < 1 2 3 4 5 6 7 8 9 10 11 > [11]  Sort:

vector.vmode (Package: ff) : Create vector of virtual mode

vector.vmode creates a vector of a given vmode and length
● Data Source: CranContrib
● Keywords: IO, attribute, data
● Alias: boolean, byte, nibble, quad, short, ubyte, ushort, vector.vmode, vector.vmode.default, vector.vmode.ff
● 0 images

is.open (Package: ff) : Test if object is opened

Test whether an ff or ffdf object or a ff_pointer is opened.
● Data Source: CranContrib
● Keywords: IO, data
● Alias: is.open, is.open.ff, is.open.ff_pointer, is.open.ffdf
● 0 images

close.ff (Package: ff) : Closing ff files

Close frees the Memory Mapping resources and closes the ff file without deleting the file data.
● Data Source: CranContrib
● Keywords: IO, data
● Alias: close.ff, close.ff_pointer, close.ffdf
● 0 images

ff (Package: ff) : ff classes for representing (large) atomic data

The ff package provides atomic data structures that are stored on disk but behave (almost) as if they were in RAM by mapping only a section (pagesize) into main memory (the effective main memory consumption per ff object). Several access optimization techniques such as Hyrid Index Preprocessing (as.hi, update.ff) and Virtualization (virtual, vt, vw) are implemented to achieve good performance even with large datasets. In addition to the basic access functions, the ff package also provides compatibility functions that facilitate writing code for ff and ram objects (clone, as.ff, as.ram) and very basic support for operating on ff objects (ffapply). While the (possibly packed) raw data is stored on a flat file, meta informations about the atomic data structure such as its dimension, virtual storage mode (vmode), factor level encoding, internal length etc.. are stored as an ordinary R object (external pointer plus attributes) and can be saved in the workspace. The raw flat file data encoding is always in native machine format for optimal performance and provides several packing schemes for different data types such as logical, raw, integer and double (in an extended version support for more tighly packed virtual data types is supported). flatfile data files can be shared among ff objects in the same R process or even from different R processes due to Memory-Mapping, although the caching effects have not been tested extensively.
Please do read and understand the limitations and warnings in LimWarn before you do anything serious with package ff.
● Data Source: CranContrib
● Keywords: IO, array, attribute, classes, package
● Alias: ff, ff_pointer
● 0 images

ffindexget (Package: ff) :

Function ffindexget allows to extract elements from an ff vector according to positive integer suscripts stored in an ff vector.
Function ffindexset allows the inverse operation: assigning to elements of an ff vector according to positive integer suscripts stored in an ff vector. These functions allow more control than the method dispatch of [ and [<- if an ff integer subscript is used.
● Data Source: CranContrib
● Keywords: IO, data
● Alias: ffindexget, ffindexset
● 0 images

hiparse (Package: ff) : Hybrid Index, parsing

hiparse implements the parsing done in Hybrid Index Preprocessing in order to avoid RAM for expanding index expressions. Not to be called directly
● Data Source: CranContrib
● Keywords: IO, data
● Alias: hiparse
● 0 images

splitPathFile (Package: ff) :

splitPathFile splits a vector of pathfile-strings into path- and file-components without loss of information. unsplitPathFile restores the original pathfile-string vector. standardPathFile standardizes a vector of pathfile-strings: backslashes are replaced by slashes, except for the first two leading backslashes indicating a network share. tempPathFile returns - similar to tempfile - a vector of filenames given path(s) and file-prefix(es) and an optional extension. fftempfile returns - similar to tempPathFile - a vector of filenames following a vector of pathfile patterns that are intrepreted in a ff-specific way.
● Data Source: CranContrib
● Keywords: file
● Alias: fftempfile, splitPathFile, standardPathFile, tempPathFile, unsplitPathFile
● 0 images

hi (Package: ff) : Hybrid index class

Class for hybrid index representation, plain and rle-packed
● Data Source: CranContrib
● Keywords: IO, data
● Alias: hi, print.hi, str.hi
● 0 images

array2vector (Package: ff) : Array: make vector from array

Makes a vector from an array respecting dim and dimorder
● Data Source: CranContrib
● Keywords: array, data
● Alias: array2vector
● 0 images

fixdiag (Package: ff) : Test for fixed diagonal

Check if an object has fixed diagonal
● Data Source: CranContrib
● Keywords: IO, data
● Alias: fixdiag, fixdiag.default, fixdiag.dist, fixdiag.ff, fixdiag<-
● 0 images