I need to calculate average height of classification trees that I've made, and I'm wondering what the easiest way to do that would be. For example, the J48 classifier object, once I've called buildClassifier() on it, how do I measure the average height of the tree?
↧