plot_probabilities.matrix: Plot the class probabilities, both compared to data set index and as histogram.
Description
Plot the class probabilities, both compared to data set index and as histogram.
Usage
# S3 method for matrix
plot_probabilities(class_probabilities, ...)
Arguments
class_probabilities
Matrix of n x K class probabilities
...
Associated arguments to be passed to plot::par function.