From: MatlabBo St on
Hi there,

how could I find out the maximum pruning level (or the tree depth / size) created with treefit?

e.g. t1 = treefit(X,Y);
..... maxLevelPrune .... ?!?
t2 = treeprune(t1,'level',maxLevelPrune );

Thanks in advance