Utility function for converting Java matrix to R matrix (matrix of doubles).
Internal function used for converting a Matrix object from Java to an R matrix. Matrix class is a custom Java class used for storing matrices by the implementation of ExtraTrees in Java.
toRMatrix( javam )
javam |
Java matrix (Matrix class). |
R (double) matrix with the same contents as the input.
Jaak Simm
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.