Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

toJavaMatrix2D

Utility function for converting an R matrix (standard matrix or SparseMatrix) to appropriate Java matrix object.


Description

Internal function used for converting an R matrix to an appropriate object in Java. It uses toJavaMatrix() and toJavaCSMatrix() underneath and returns a reference to general matrix representation in Java of type Array2D (interface).

Usage

toJavaMatrix2D( m )

Arguments

m

matrix of numeric values.

Value

reference to Java matrix (dense or sparse) with the same contents as the input R matrix.

Author(s)

Jaak Simm


extraTrees

Extremely Randomized Trees (ExtraTrees) Method for Classification and Regression

v1.0.5
Apache License 2.0
Authors
Jaak Simm, Ildefons Magrans de Abril
Initial release
2014-12-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.