I have an example set in rapid miner.It has 2 columns. for Example
colA colB
a 1
a 2
b 3
b 2
=====
I have used naive Bayes. It gives probability for each of colB for colA in distribution table.
for example, P(2) = .5
I need that distribution table output.
write model, excel csv, write does not help.
What should I do ? Thanks in advance.