java - How to get WEKA Classification Path of ADTree -
i'm using weka implementation of trees decision trees. (i using gui test how program works, question oriented both towards how in gui or via java api)
i have put training data , have learned model. have sample test running. while predictions accurate, can't seem find way print path test has gone through. interested in knowing variables have caused tree come conclusion.
if not possible, recommend me library decision trees (adtrees trick) return path every classified test sample.
use j48
(c4.5 decision tree) in weka. outputs generated tree correct , incorrect instance count each node.
Comments
Post a Comment