tidylda_bridge {tidylda} | R Documentation |
Bridge function for fitting tidylda
topic models
Description
Takes in arguments from various tidylda
S3 methods and fits the
resulting topic model. The arguments to this function are documented in
tidylda
.
Usage
tidylda_bridge(
data,
k,
iterations,
burnin,
alpha,
eta,
optimize_alpha,
calc_likelihood,
calc_r2,
threads,
return_data,
verbose,
mc,
...
)
Value
Returns a tidylda
S3 object as documented in new_tidylda
.
[Package tidylda version 0.0.5 Index]