This is an S3 method implementation of the graphics::plot()
generic for objects of class mcaps
to visualize the performances of multiple caps
objects applied on the same data sets either in terms of WSS or in terms of silhouette values.
# S3 method for class 'mcaps'
plot(
x,
validation_criterion = c("wss", "silhouette"),
what = c("mean", "distribution"),
...
)
Arguments
An object of class mcaps
.
A string specifying the validation criterion to be used for the comparison. Choices are "wss"
or "silhouette"
. Defaults to "wss"
.
A string specifying the kind of information to display about the validation criterion. Choices are "mean"
(which plots the mean values) or "distribution"
(which plots the boxplots). Defaults to "mean"
.
Other arguments passed to specific methods.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4