Description Usage Arguments Value Examples
View source: R/model_performance.R
Visualize perplexity of every model in a celda_list, by unique K/L combinations
1 | plotGridSearchPerplexity(celda.list)
|
celda.list |
Object of class 'celda_list'. |
A ggplot plot object showing perplexity as a function of clustering parameters.
1 2 3 4 | ## Run various combinations of parameters with 'celdaGridSearch'
celda.CG.grid.search.res = resamplePerplexity(celda.CG.sim$counts,
celda.CG.grid.search.res)
plotGridSearchPerplexity(celda.CG.grid.search.res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.