Class to create randomForest models

ML.randomForest

Format

An object of class R6ClassGenerator of length 24.

Methods

initialize(ntrees = 500)

Initializes a new randomforest estimator. @param ntrees integer (default = 500) the number of trees to use in the randomforest.