extraTrees | Function for training ExtraTree classifier or regression. |
extraTrees.default | Function for training ExtraTree classifier or regression. |
predict.extraTrees | Function for making predictions from trained ExtraTree object. |
selectTrees | Makes a sub-ExtraTree object by keeping only selected trees. |
toJavaMatrix | Utility function for converting an R matrix (matrix of doubles) to Java matrix. |
toRMatrix | Utility function for converting Java matrix to R matrix (matrix of doubles). |