RDocumentation
Moon
Search all packages and functions
Readme not available 😞
Copy Link
Copy
Link to current version
Version
Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.4-5
0.3-1
0.2-1
Down Chevron
Install
install.packages('extraTrees')
Monthly Downloads
3,230
Version
1.0.5
License
Apache License 2.0
Issues
4
Pull Requests
0
Stars
20
Forks
4
Repository
http://github.com/jaak-s/extraTrees
Maintainer
Jaak Simm
Last Published
December 27th, 2014
Functions in extraTrees (1.0.5)
Search functions
predict.extraTrees
Function for making predictions from trained ExtraTree object.
toJavaMatrix2D
Utility function for converting an R matrix (standard matrix or SparseMatrix) to appropriate Java matrix object.
extraTrees
Function for training ExtraTree classifier or regression.
toJavaCSMatrix
Utility function for converting an R SparseMatrix (package Matrix) to Java (column) sparse matrix.
toJavaMatrix
Utility function for converting an R matrix (numeric matrix) to Java matrix.
selectTrees
Makes a sub-ExtraTrees object by keeping only selected trees.
toRMatrix
Utility function for converting Java matrix to R matrix (matrix of doubles).
setJavaMemory
Utility function for setting Java memory.
prepareForSave
Prepares ExtraTrees object for save() function