Hi all, I'm building a random forest in Mahout 0.8 with org.apache.mahout.classifier.df.mapreduce.BuildForest and need a way to examine the individual decision trees. For each tree I need to determine which feature is being used at each node to make the split and what the decision threshold at each node is.
I tried using the seqdumper tool to examine the output of BuildForest (forest.seq) but seqdumper gave an error saying that forest.seq is not a sequence file. Is it possible to get the information I need about each tree? If so, what's the simplest way? Cheers, Tim
