Random Forest is a standard implementation of a forest (numerous Decision Trees).
Example usage is shown with the Iris Dataset. The Forest will work for any numerical dataset with the following conditions: file must be in .csv format, the first row must consist of the column names, and the last column must be the class to which each individual belongs to.