Description Usage Arguments Value Author(s)
Internal function used for converting an R SparseMatrix (package Matrix) to a CSparseMatrix object in Java. CSparseMatrix class is a custom Java class used for storing sparse matrices by the implementation of ExtraTrees in Java.
1 | toJavaCSMatrix( m )
|
m |
matrix of numeric values. |
reference to Java matrix with the same contents as the input R matrix.
Jaak Simm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.