Description Usage Arguments Details Value Examples
Convert an fmlr matrix object (i.e. one of class 'cpumat', 'gpumat', or 'mpimat') to an 'fmlmat' object.
1 | as_fmlmat(x)
|
x |
An object of class 'cpumat', 'gpumat', or 'mpimat'. |
The conversion does not produce a copy of the data. It is merely a shallow S4 wrapper around the fmlr object.
An fmlmat
class object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.