forked from bstewart/stm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
115 lines (114 loc) · 2.68 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
S3method(asSTMCorpus,dfm)
S3method(asSTMCorpus,dgCMatrix)
S3method(asSTMCorpus,dgTMatrix)
S3method(asSTMCorpus,list)
S3method(head,textProcessor)
S3method(makepredictcall,s)
S3method(plot,MultimodDiagnostic)
S3method(plot,STM)
S3method(plot,STMpermute)
S3method(plot,estimateEffect)
S3method(plot,findThoughts)
S3method(plot,searchK)
S3method(plot,topicCorr)
S3method(predict,s)
S3method(print,MultimodDiagnostic)
S3method(print,STM)
S3method(print,findThoughts)
S3method(print,labelTopics)
S3method(print,sageLabels)
S3method(print,summary.estimateEffect)
S3method(print,textProcessor)
S3method(summary,STM)
S3method(summary,estimateEffect)
S3method(summary,textProcessor)
export(alignCorpus)
export(asSTMCorpus)
export(calcfrex)
export(calclift)
export(calcscore)
export(checkBeta)
export(checkResiduals)
export(cloud)
export(convertCorpus)
export(estimateEffect)
export(eval.heldout)
export(exclusivity)
export(findThoughts)
export(findTopic)
export(fitNewDocuments)
export(js.estimate)
export(labelTopics)
export(make.dt)
export(make.heldout)
export(makeDesignMatrix)
export(manyTopics)
export(multiSTM)
export(optimizeDocument)
export(permutationTest)
export(plot.STM)
export(plot.estimateEffect)
export(plot.searchK)
export(plot.topicCorr)
export(plotModels)
export(plotQuote)
export(plotRemoved)
export(plotTopicLoess)
export(prepDocuments)
export(readCorpus)
export(readLdac)
export(s)
export(sageLabels)
export(searchK)
export(selectModel)
export(semanticCoherence)
export(stm)
export(textProcessor)
export(thetaPosterior)
export(toLDAvis)
export(toLDAvisJson)
export(topicCorr)
export(topicLasso)
export(topicQuality)
export(writeLdac)
import(Matrix)
import(data.table)
importFrom(Rcpp,evalCpp)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,smoothScatter)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,makepredictcall)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,terms)
useDynLib(stm, .registration = TRUE)