Random Forest Results - Quick Tab
Select the
Quick tab of the
Random Forest Results dialog to access options to review the most important results statistics and graphs for the current analysis. The options available on this tab depend on the
Type of analysis selected on the
Random Forest Quick
The graph will also indicate the particular number of trees that resulted in the lowest average squared error (for regression) or lowest misclassification rate (for classification). That solution is likely near the prediction model with the best predictive validity. By default, this will be the solution that is selected into the Number oftrees field in the Random Forest Results dialog.
Random Forests
Startup Panel -Quick
tab) with a categorical dependent variable and equal misclassification costs (see the description of theRandom Forest Specifications
dialog -Classification
tab), risk is calculated as the proportion of cases incorrectly classified by the trees (in the respective type of sample). If unequal misclassification costs are specified, the risk is adjusted accordingly, (expressed relative to the overall cost). For regression-type problems with a continuous dependent variable, risk is calculated as the residual variance. The standard error for the risk estimate is also reported. [See also, Breiman, et al. (1984) and General Classification and Regression Trees (GC&RT)].During the building of each tree, for each split, predictor statistics (sums of squares regression, since simple regression trees are built in all cases) are computed for each predictor variable; the best predictor variable (yielding the best split at the respective node) will then be chosen for the actual split. The program also computes the average of the predictor statistics for all variables over all splits and over all trees. The final predictor importance values are computing by normalizing those averages so that the highest average is assigned the value of 1, and the importance of all other predictors is expressed in terms of the relative magnitudes of the average values of the predictor statistics, relative to the most important predictor.
Random Forest Specifications
dialog -Advanced
tab). If you want to review the actual individual trees (as Tree graphs or the Tree structure, see below), select here the specific numbers of trees you want to review.