stabilityByAlgorithm.bootstrap.list | R Documentation |
Creates blob plots (stacked = FALSE
) or stacked frequency plots (stacked = TRUE
) for each algorithm
from a bootstrapped, ranked assessment data set.
## S3 method for class 'bootstrap.list'
stabilityByAlgorithm(
x,
ordering,
stacked = FALSE,
probs = c(0.025, 0.975),
max_size = 3,
shape = 4,
freq = FALSE,
single = FALSE,
...
)
x |
The bootstrapped, ranked assessment data set. |
stacked |
A boolean specifying whether a stacked frequency plot ( |
... |
Further arguments passed to or from other functions. |
browseVignettes("challengeR")
Other functions to visualize cross-task insights:
dendrogram.ranked.list()
,
stability.ranked.list()
,
stabilityByTask.bootstrap.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.