OCHEM has integrated an implementation of the random forest algorithm by Weka software.
Parameters
The configurable parameters include:
Set the number of trees in the forest (default 10)
Set the number of features to consider. If < 1 (the default) will use logM+1, where M is the number of inputs.
Random number seed (default 1).
References
- Weka 3: Data Mining Software in Java, Weka Website