I am running a random forest in R with the package randomForest.
I have two questions:
Is it correct that when using this package the default criterion is Mean Decrease in Gini?
I plot the variable importance with
varImpPlot
and obtain two measures of importance: Mean Decrease Accuracy and Mean Decrease Gini; how can I use the former for actually splitting the nodes?