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

reduceResultsExperimentsParallel (Package: BatchExperiments) : Reduce very many results in parallel.

Basically the same as reduceResultsExperiments but creates a few (hopefully short) jobs to reduce the results in parallel. The function internally calls batchMapQuick, does “busy-waiting” till all jobs are done and cleans all temporary files up.
● Data Source: CranContrib
● Keywords:
● Alias: reduceResultsExperimentsParallel
● 0 images

getAlgorithmIds (Package: BatchExperiments) : Get ids of algorithms in registry.

Get ids of algorithms in registry.
● Data Source: CranContrib
● Keywords:
● Alias: getAlgorithmIds
● 0 images

addAlgorithm (Package: BatchExperiments) : Add an algorithm to registry.

Add an algorithm to registry and stores it on disk.
● Data Source: CranContrib
● Keywords:
● Alias: Algorithm, addAlgorithm
● 0 images

addExperiments (Package: BatchExperiments) : Add experiemts to the registry.

Add experiments for running algorithms on problems to the registry, so they can be executed later.
● Data Source: CranContrib
● Keywords:
● Alias: Experiment, addExperiments
● 0 images

BatchExperiments (Package: BatchExperiments) : The BatchExperiments package

The BatchExperiments package
● Data Source: CranContrib
● Keywords:
● Alias: BatchExperiments, BatchExperiments-package
● 0 images

getResultVars (Package: BatchExperiments) : Get variable groups of reduced results.

Useful helper for e.g. package plyr and such.
● Data Source: CranContrib
● Keywords:
● Alias: getResultVars
● 0 images

getProblemIds (Package: BatchExperiments) : Get ids of problems in registry.

Get ids of problems in registry.
● Data Source: CranContrib
● Keywords:
● Alias: getProblemIds
● 0 images

summarizeExperiments (Package: BatchExperiments) : Summarize selected experiments.

A data.frame is returned that contains summary information about the selected experiments. The data.frame is constructed by building the columns “prob, <prob.pars>, algo, <algo.pars>, repl”, rbind.fill is used to connect the rows, so if some parameters do not appear in some experiments, they will be set to NA. Now only the columns in show will be selected, how many of such experiments exist will be counted in a new column “.count”.
● Data Source: CranContrib
● Keywords:
● Alias: summarizeExperiments
● 0 images

getIndex (Package: BatchExperiments) : Group experiments.

Creates a list of factor to use in functions like tapply, by or aggregate.
● Data Source: CranContrib
● Keywords:
● Alias: getIndex
● 0 images

makeDesign (Package: BatchExperiments) : Create parameter designs for problems and algorithms.

Create a parameter design for either a problem or an algorithm that you can use in addExperiments. All parameters in design and exhaustive be “primitive” in the sense that either is.atomic is TRUE or is.factor is TRUE.
● Data Source: CranContrib
● Keywords:
● Alias: Design, makeDesign
● 0 images