advantage {classifly} | R Documentation |
Calculate the advantage the most likely class has over the next most likely.
advantage(post)
post |
matrix of posterior probabilities |
This is used to identify the boundaries between classification regions. Points with low (close to 0) advantage are likely to be near boundaries.
Hadley Wickham <h.wickham@gmail.com>