View source: R/04_Visual_NParamMap.R
Creates plots showing values of clustering evaluation metrics and how they change with different DR or clustering n-parameters.
If you choose a sub-pipeline where one n-parameter (for instance, latent-space projection dimensionality or target cluster count) varies, a line plot is produced for each metrics.
If you choose one where both n-parameters (for the projection step and the clustering step) vary, a heatmap is produced instead.
If neither n-parameter varies, this function returns NULL
.
1 | PlotNParameterMap_Clustering(benchmark, idx.subpipeline)
|
benchmark |
an object of class |
idx.subpipeline |
integer value: index of subpipeline that includes a clustering step |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.