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 17 found.
[1] < 1 2 > [2]  Sort:

ConnectionProducer (Package: Streamer) : Producer classes to read file connections

ConnectionProducer classes include ScanProducer, ReadLinesProducer, and ReadTableProducer, providing Streamer interfaces to scan, readLines, and read.table.
● Data Source: BioConductor
● Keywords: classes
● Alias: ConnectionProducer, ConnectionProducer-class, ConnectionProducer-classes, ReadLinesProducer, ReadLinesProducer-class, ReadTableProducer, ReadTableProducer-class, ScanProducer, ScanProducer-class, close.ConnectionProducer
● 0 images

Consumer (Package: Streamer) : Class defining methods for all consumers

A virtual base class representing components that can consume data from a Producer, and yield data to the user or other Consumer instances. A Consumer typically transforms records from one form to another. Producer and Consumer instances are associated with each other through the Stream function.
● Data Source: BioConductor
● Keywords:
● Alias: Consumer, Consumer-class, show,Consumer-method
● 0 images

DAGTeam (Package: Streamer) : Consumer classes for directed acyclic graph evaluation

A Consumer to route incoming tasks through nodes connected as a directed acyclic graph.
● Data Source: BioConductor
● Keywords: classes
● Alias: DAGParam-class, DAGTeam-class
1 images

Downsample (Package: Streamer) : Consumer class to down-sample data

A Consumer-class to select records with fixed probability, returning a yield of fixed size. Successive calls to yield result in sampling of subsequent records in the stream, until the stream is exhausted.
● Data Source: BioConductor
● Keywords: classes
● Alias: Downsample, Downsample-class
● 0 images

Function* (Package: Streamer) : Classes for user-defined Producers and Consumers

The FunctionProducer and FunctionConsumer classes provide an easy way to quickly create Producer and Consumer instances from user-provided functions.
● Data Source: BioConductor
● Keywords: classes
● Alias: Function*, FunctionConsumer, FunctionConsumer-class, FunctionProducer, FunctionProducer-class, FunctionProducerConsumer-classes
● 0 images

ParallelParam (Package: Streamer) : Classes to configure parallel evaluation

Configure and register parallel calculations, e.g., for Team evaluation.
● Data Source: BioConductor
● Keywords: classes
● Alias: MulticoreParam, MulticoreParam-class, ParallelParam, ParallelParam-class, ParallelRegister-class, register
● 0 images

Producer (Package: Streamer) : Class defining methods for all Producers

A virtual class representing components that can read data from connections, and yield records to the user or a Consumer instance. A Producer represents a source of data, responsible for parsing a file or other data source into records to be passed to Consumer classes. Producer and Consumer instances are associated with each other through the Stream function.
● Data Source: BioConductor
● Keywords: classes
● Alias: Producer, Producer-class, lapply,Producer-method, sapply,Producer-method
● 0 images

RawInput (Package: Streamer) : Class "RawInput"

A Producer-class to interpret files as raw (binary) data. Users interact with this class through the constructor RawInput and methods yield, reset, and Stream.
● Data Source: BioConductor
● Keywords: classes
● Alias: RawInput, RawInput-class, rawParserFactory, rawReaderFactory
● 0 images

Reducer (Package: Streamer) : Consumer class to combine successive records

A Consumer-class to reduce N successive records into a single yield.
● Data Source: BioConductor
● Keywords: classes
● Alias: Reducer, Reducer-class
● 0 images

Seq (Package: Streamer) : Producer class to generate (numeric) sequences

A Producer-class to generate a sequence (possibly long) of numbers.
● Data Source: BioConductor
● Keywords: classes
● Alias: Seq, Seq-class
● 0 images