Creates a boxplots of the distribution of (calibrated) median attribute
weights obtained from the COSA algorithm across the subsampling iterations.
See examples in Clustering
.
WeightBoxplot(
stability,
at = NULL,
argmax_id = NULL,
col = NULL,
boxwex = 0.3,
xlab = "",
ylab = "Weight",
cex.lab = 1.5,
las = 3,
frame = "F",
add = FALSE,
...
)
A boxplot.
output of Clustering
.
coordinates along the x-axis (more details in
boxplot
).
optional indices of hyper-parameters. If
argmax_id=NULL
, the calibrated hyper-parameters are used.
optional vector of colours.
box width (more details in boxplot
).
label of the x-axis.
label of the y-axis.
font size for labels.
orientation of labels on the x-axis (see
par
).
logical indicating if the box around the plot should be drawn
(more details in boxplot
).
logical indicating if the boxplot should be added to the current plot.
additional parameters passed to boxplot
).
Clustering