plot_silhouettes {scregclust} | R Documentation |
Plot individual silhouette scores
Description
Plot individual silhouette scores
Usage
plot_silhouettes(list_of_fits, penalization, final_config = 1L)
Arguments
list_of_fits |
A list of |
penalization |
Either a single numeric value requesting the results
for the same penalty parameter across all fits in
|
final_config |
The final configuration that should be visualized.
Either a single number to be used for all fits in
|
Value
A ggplot2 plot showing the the silhouette scores for each supplied fit.
[Package scregclust version 0.2.0 Index]