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

collectRectangularMatrix (Package: bigGP) :

collectRectangularMatrix retrieves a distributed rectangular matrix from the slave processes, reconstructing the blocks correctly on the master process. Objects can be copied from environments, lists, and ReferenceClass objects as well as the global environment on the slave processes. WARNING: do not use with a distributed symmetric square matrix; instead use collectTriangularMatrix.
● Data Source: CranContrib
● Keywords:
● Alias: collectRectangularMatrix
● 0 images

bigGP (Package: bigGP) :

bigGP is a collection of functions for doing distributed calculations in the context of various kinds of Gaussian process models, combined with a ReferenceClass, krigeProblem, for doing kriging calculations based on maximum likelihood estimation.
● Data Source: CranContrib
● Keywords:
● Alias: bigGP, bigGP-package
● 0 images

remoteCrossProdMatSelf (Package: bigGP) :

remoteCrossProdMatSelf multiplies the transpose of a distributed rectangular matrix by itself. remoteCrossProdMatSelf calculates only the diagonal of the crossproduct. The objects can both be contained within environments or ReferenceClass objects as well as the global environment on the slave processes.
● Data Source: CranContrib
● Keywords:
● Alias: remoteCrossProdMatSelf, remoteCrossProdMatSelfDiag
● 0 images

distributeVector (Package: bigGP) :

distributeVector distributes a vector to the slave processes, breaking into the appropriate pieces, in some cases with padded elements. Objects can be distributed to environments and ReferenceClass objects as well as the global environment on the slave processes.
● Data Source: CranContrib
● Keywords:
● Alias: distributeVector
● 0 images

pull (Package: bigGP) :

Copies all objects with a given name from the slave processes to the master process, returning a list with one element per slave process. Objects can be copied from lists, environments, and ReferenceClass objects as well as the global environment on the slave processes.
● Data Source: CranContrib
● Keywords: get
● Alias: pull
● 0 images

localCollectVector (Package: bigGP) :

These internal functions carry out the tasks of their respective primary functions, e.g., collectVector, on the slave process. The functions need to be executed on the slave processes.
● Data Source: CranContrib
● Keywords:
● Alias: localCollectDiagonal, localCollectDiagonalTest, localCollectRectangularMatrix, localCollectRectangularMatrixTest, localCollectTriangularMatrix, localCollectTriangularMatrixTest, localCollectVector, localCollectVectorTest, localDistributeVector, localDistributeVectorTest, localPull, localPullTest
● 0 images

localGetVectorIndices (Package: bigGP) :

localGetVectorIndices, localGetTriangularMatrixIndices, and localGetRectangularMatrixIndices are internal auxiliary functions that determine the indices of the elements of a vector or matrix that are stored on a slave process. These are primarily meant for internal use, but can also be used in the process of creating distributed vectors and matrices on the slave processes. The functions need to be executed on the slave processes.
● Data Source: CranContrib
● Keywords:
● Alias: localGetRectangularMatrixIndices, localGetTriangularMatrixIndices, localGetVectorIndices
● 0 images

collectVector (Package: bigGP) :

collectVector retrieves a distributed vector from the slave processes, reconstructing in the correct order on the master process. Objects can be copied from environments, lists, and ReferenceClass objects as well as the global environment on the slave processes.
● Data Source: CranContrib
● Keywords:
● Alias: collectVector
● 0 images

krigeProblem-class (Package: bigGP) : Class code{"krigeProblem"

The krigeProblem class provides functionality for kriging using distributed calculations, based on maximum likelihood estimation. The class includes methods for standard kriging calculations and metadata necessary for carrying out the methods in a distributed fashion.
● Data Source: CranContrib
● Keywords: classes
● Alias: calcH, krigeProblem-method, calcLogDens, krigeProblem-method, calcPostCov, krigeProblem-method, initializeSlaveProblems, krigeProblem-method, krigeProblem, krigeProblem-class, optimizeLogDens, krigeProblem-method, predict, krigeProblem-method, remoteConstructCov, krigeProblem-method, remoteConstructMean, krigeProblem-method, setParams, krigeProblem-method, show, krigeProblem-method, simulateRealizations, krigeProblem-method
● 0 images

remoteLs (Package: bigGP) : Remote List Objects

remoteLs returns the names of the objects in the global environment on each slave process, as a list of character vectors.
● Data Source: CranContrib
● Keywords: ls, objects
● Alias: remoteLs
● 0 images