Imagine we have three classes: A, B, and C, and we classify a document 'd' using a standard MaxEnt classifier, and come up with the following probabilities:
P(d, A) = 0.50
P(d, B) = 0.25
P(d, C) = 0.25
I feel like that is very different, in a way, from this set of probabilities:
P(d, A) = 0.50
P(d, B) = 0.49
P(d, C) = 0.01
Is there a way to score the difference between these two?