Learn R Programming

ProFit (version 1.3.3)

profitAvailableConvolvers: Returns supported convolver types

Description

Simple utility to query the supported convolver types.

Usage

profitAvailableConvolvers()

Arguments

Value

The output is a vector of strings with all the supported convolver type names. These values can be passed to profitMakeConvolver to create different types of convolvers.

Depending on how ProFit was compiled, it will support more or less underlying convolvers.

See Also

profitMakeConvolver, profitHasOpenCL, profitHasFFTW,

Examples

Run this code
# NOT RUN {
profitAvailableConvolvers()
# }

Run the code above in your browser using DataLab