I've been teaching myself Weka and have learned how to build models and get predictions out of them (predictions using the CLI).
When I run prediction on a data set from a previously built model I get a column that is the "prediction" also known as prediction confidence for each instance predicted.
I know what percent confidence means but shouldn't all my predictions be the accuracy of my Weka Model?
aka if I have a J48 Decision tree classifier with accuracy of 90%, shouldn't every classified instance using this model be 90% prediction confidence?
Any one know how this percentage confidence is calculated or how I should read the error prediction and model accuracy when telling others about my model? Thanks