Description Usage Arguments Value See Also
View source: R/visualize_distribution.R
FUNCTION_DESCRIPTION
1 | visualize_distribution(actual, predicted)
|
actual |
vector of observed class labels (0/1) |
predicted |
vector of uncalibrated predictions |
list object containing the following components:
plot_distribution |
ggplot histogram that visualizes the observed class distributions |
parameter |
list object that summarizes all relevant parameters (mean, sd, number) of the observed class distributions |
ggplot
,geom_histogram
,aes
,scale_colour_manual
,scale_fill_manual
,labs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.