hLDA | R Documentation |
Fits a hLDA Model to Count Data
hLDA(
x,
depth,
gamma = 0.1,
alpha = 0.1,
eta = 0.1,
print = c("nothing", "summary", "everything")
)
x |
a matrix of counts. Features are on columns and samples are on rows. |
depth |
(required, |
gamma |
(optional, |
alpha |
(optional, |
eta |
(optional, |
print |
(optional, |
a hLDA.model
object.
x <- matrix(sample(0:100, 1000, replace = TRUE), 20, 50)
m <- hLDA(x, depth = 3)
plot_hLDA(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.