Displaying 7 results from an estimated 7 matches for "topicmodel".
Did you mean:
topicmodels
2010 Oct 11
2
topicmodels error
I try to fit a LDA model to a TermDocumentMatrix with the topicmodels
package...
but R says:
> Error in LDA(TDM, k = k, method = "Gibbs", control = list(seed = SEED, :
> x is of class ?TermDocumentMatrix??simple_triplet_matrix?
> class(TDM)
> [1] "TermDocumentMatrix" "simple_triplet_matrix"
I try to use a matrix... bu...
2013 Sep 26
0
R hangs at NGramTokenizer
Hi:
I try to construct a Document-Term Meatrix from a corpus. The commands I used are:
> library(parallel)> library(tm)> library(RWeka)> library(topicmodels)> library(RTextTools)> cl=makeCluster(detectCores())> invisible(clusterEvalQ(cl, library(tm)))> invisible(clusterEvalQ(cl, library(RWeka))) > invisible(clusterEvalQ(cl, library(topicmodels)))> invisible(clusterEvalQ(cl, library(RTextTools)))> myCorpus <-Corpus(DirSource(&qu...
2020 Nov 24
2
Cambiar nombre de topic en análisis LDA
Buenas tardes
Estoy haciendo un análisis LDA y me gustaría cambiar el nombre de los
topics a la hora de visualizarlos y en vez de que se llamen 1,2,3...darles
un nombre. ¿Es posible en este código?
lda22 <- LDA(reviews_dtm, k = 22, control = list(seed = 1234))
lda22 %>%
tidy() %>%
group_by(topic) %>%
top_n(10, beta) %>%
ungroup() %>%
mutate(term =
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2010 Mar 14
3
CRAN (and crantastic) updates this week
...ab
(0.0.7), statmod (1.4.3), stoichcalc (1.1-1), strucchange (1.4-0),
survey (3.21), SweaveListingUtils (0.4.3), tau (0.0-7), TeachingDemos
(2.6), TeachingSampling (1.4.9), textcat (0.0-2), TGUITeaching
(0.9.6), TGUITeaching (0.9.5), tm (0.5-3), tm.plugin.mail (0.0-2),
tmvtnorm (1.0-2), tnet (2.5), topicmodels (0.0-4), topmodel (0.7.2),
tradeCosts (0.3-1), trio (1.0.14), tsDyn (0.7-22), tseriesChaos
(0.1-10), ttrTests (1.5), unmarked (0.8-3), UScensus2000 (0.07),
UScensus2000add (0.04), UScensus2000cdp (0.03), UScensus2000tract
(0.03), VarianceGamma (0.3-0), vars (1.4-7), vegan (1.17-2),
WMBrukerParser...
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2010 Jul 18
6
CRAN (and crantastic) updates this week
...eaveListingUtils (0.4.5), tawny (1.2.1), tdm (2.2.2),
tensorA (0.35), termstrc (1.3.1), textcat (0.0-3), tgp (2.3-3),
TGUICore (0.9.10), TGUITeaching (0.9.10), time (1.1), timeDate
(2120.89), timereg (1.3-4), timeSeries (2120.88), tis (1.12),
tm.plugin.mail (0.0-3), tnet (2.7.1), tolerance (0.2.1), topicmodels
(0.0-6), topmodel (0.7.2-1), tpr (0.3-1), tractor.base (1.5.0), traitr
(0.7), tree (1.0-28), trio (1.1.10), trip (1.1-6), tripEstimation
(0.0-33), truncnorm (1.0-4), TSdbi (2010.5-1), tsDyn (0.7-30), TSfame
(2010.5-1), TShistQuote (2010.5-1), tsModel (0.5-3), TSMySQL
(2010.5-1), TSodbc (2010.5-1),...