Hi,
I'm working on analyzing a decision tree in Apache spark 1.2. I've built the
tree and I can traverse it to get the splits and impurity. I can't seem to
find a way to get which records fall into each node. My goal is to get a
count of how accurate each leaf is at identifying the classification. I used
MulticlassMetrics with predicting each on to get the accuracy of the tree
overall, but I'm not sure how to do this for a branch of the tree. Any input
would be appreciated. Thanks.


From,
Derek



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-MLlib-Decision-Tree-Node-Accuracy-tp24561.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to