I'm new to Mathematica so apologies if this post is in the wrong place. I'm looking for a way to adjust variables or thresholds within the classifier functions built in to Mathematica. For example, how do I adjust the number of trees generated in a Random Forest classifier or adjust the number of features evaluated at each node of each of the trees? I would think there is a way since this could greatly affect the error rate of the classifier. Thanks