plot_loglik_vs_rank {fastTopics} | R Documentation |
Plot Log-Likelihood Versus Rank
Description
Create a plot showing the improvement in the log-likelihood as the rank of the matrix factorization or the number of topics (“k”) increases.
Usage
plot_loglik_vs_rank(fits, ggplot_call = loglik_vs_rank_ggplot_call)
loglik_vs_rank_ggplot_call(dat, font.size = 9)
Arguments
fits |
A list with 2 more list elements, in which each list
element is an object of class |
ggplot_call |
The function used to create the plot. Replace
|
dat |
A data frame passed as input to
|
font.size |
Font size used in plot. |
Value
A ggplot
object.
[Package fastTopics version 0.6-192 Index]