Hey there,
i want to classify data by random forest. The implementation works. But i have a question: A random forest is built by two parameters, ntree trees and mtry variables. Where can i configure the mtry variables.
The number of ntree trees can be configured with the option ‘number of models’. But which option or configuration is equal to mtry variables. Where can i set this parameter. I thought about ‘limit number of levels’ and ‘minimum node size’ but i don’t think that this is what i am looking for.
Thank you for your help
Greetz
Nik