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

gpuLsfit (Package: gputools) : Least squares fit using GPU--enabled QR decomposition

The least squares estimate of b in the model
● Data Source: CranContrib
● Keywords: regression
● Alias: gpuLsfit
● 0 images

gpuTtest (Package: gputools) : T-Test Estimator with a GPU

Given the number of samples and a Pearson correlation coefficient, this function estimates the t-score on a GPU. If an entry in goodPairs is zero or one then you may get a NaN as the t-test result.
● Data Source: CranContrib
● Keywords:
● Alias: gpuTtest
● 0 images

gpuLm.fit (Package: gputools) : Fitter functions for gpu enabled linear models

The C code called by this function was written by Mark Seligman at Rapid Biologics, http://rapidbiologics.com
● Data Source: CranContrib
● Keywords: array, regression
● Alias: gpuLm.fit
● 0 images

gpuMatMult (Package: gputools) : Perform Matrix Multiplication with a GPU

Performs matrix multiplication using a GPU. This function is merely a wrapper for the CUBLAS cublasDgemm function.
● Data Source: CranContrib
● Keywords: algebra, array
● Alias: gpuMatMult
● 0 images

gpuLm (Package: gputools) : Fitting Linear Models using a GPU--enabled QR

Most of this documentation is copied from R's documentation for lm. gpuLm is used to fit linear models using a GPU enabled QR decomposition. It can be used to carry out regression, single stratum analysis of variance and analysis of covariance (although aov may provide a more convenient interface for these).
● Data Source: CranContrib
● Keywords: regression
● Alias: gpuLm
● 0 images

getGpuId (Package: gputools) : Discover the Id of the current GPU device

Queries the CUDA driver for the GPU device currently assigned to this thread. This is the id of the device that will be used for computation. If you wish to use a different device, use the chooseGpu function.
● Data Source: CranContrib
● Keywords:
● Alias: getGpuId
● 0 images

gpuCrossprod (Package: gputools) : Perform Matrix Cross-product with a GPU

Performs matrix cross-product using a GPU. This function is merely a couple of wrappers for the CUBLAS cublasSgemm function.
● Data Source: CranContrib
● Keywords: algebra, array
● Alias: gpuCrossprod
● 0 images

gpuMi (Package: gputools) : B spline based mutual information

This function estimates the mutual information for permutations of pairs of columns of a matrix using a B spline approach on a GPU device. Please note, the data must be values from the interval [0.0, 1.0].
● Data Source: CranContrib
● Keywords:
● Alias: gpuMi
● 0 images

gpuTcrossprod (Package: gputools) : Perform Matrix Transposed Cross-product with a GPU

Performs transposed matrix cross-product using a GPU. This function is merely a couple of wrappers for the CUBLAS cublasSgemm function.
● Data Source: CranContrib
● Keywords: algebra, array
● Alias: gpuTcrossprod
● 0 images

gpuHclust (Package: gputools) : Perform Hierarchical Clustering for Vectors with a GPU

This function performs clustering on a set of points. The distance between each pair of points should be calculated first using a function like 'gpuDist' or 'dist'.
● Data Source: CranContrib
● Keywords: cluster
● Alias: gpuHclust
● 0 images