toRMatrix: Utility function for converting Java matrix to R matrix...

Description Usage Arguments Value Author(s)

Description

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.

Usage

1
  toRMatrix( javam )

Arguments

javam

Java matrix (Matrix class).

Value

R (double) matrix with the same contents as the input.

Author(s)

Jaak Simm


extraTrees documentation built on May 2, 2019, 2:31 p.m.