Utility function for converting an R SparseMatrix (package Matrix) to Java (column) sparse matrix.
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.
toJavaCSMatrix( m )
m |
matrix of numeric values. |
reference to Java matrix with the same contents as the input R matrix.
Jaak Simm
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.