I am working on Weka and need to output the predication values (probabilities) of each labels for each test instance.
In GUI there is an option in classify tab as (classify -> options -> Output predicted value) which does this work by outputting the prediction probabilities for each label but how to do this in java code. I want to receive probability scores for each label after classifying it ?