-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
122 lines (121 loc) · 3.12 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
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
S3method(SCLOP.pairwise,TopicSimilarity)
S3method(SCLOP.pairwise,default)
S3method(as.LDARep,LDABatch)
S3method(as.LDARep,LDARep)
S3method(as.LDARep,default)
S3method(dendTopics,TopicSimilarity)
S3method(dendTopics,default)
S3method(getAlpha,LDA)
S3method(getAssignments,LDA)
S3method(getConsideredWords,PrototypeLDA)
S3method(getConsideredWords,TopicSimilarity)
S3method(getDocument_expects,LDA)
S3method(getDocument_sums,LDA)
S3method(getEstimators,LDA)
S3method(getEta,LDA)
S3method(getID,LDABatch)
S3method(getID,LDARep)
S3method(getID,PrototypeLDA)
S3method(getJob,LDABatch)
S3method(getJob,LDARep)
S3method(getJob,PrototypeLDA)
S3method(getK,LDA)
S3method(getLDA,LDABatch)
S3method(getLDA,LDARep)
S3method(getLDA,PrototypeLDA)
S3method(getLog.likelihoods,LDA)
S3method(getMergedTopics,PrototypeLDA)
S3method(getNum.iterations,LDA)
S3method(getParam,LDA)
S3method(getParam,PrototypeLDA)
S3method(getParam,TopicSimilarity)
S3method(getPrototype,LDABatch)
S3method(getPrototype,LDARep)
S3method(getPrototype,PrototypeLDA)
S3method(getPrototype,default)
S3method(getPrototypeID,PrototypeLDA)
S3method(getRegistry,LDABatch)
S3method(getRelevantWords,PrototypeLDA)
S3method(getRelevantWords,TopicSimilarity)
S3method(getSCLOP,PrototypeLDA)
S3method(getSimilarity,PrototypeLDA)
S3method(getSimilarity,TopicSimilarity)
S3method(getTopics,LDA)
S3method(mergeBatchTopics,LDABatch)
S3method(mergeBatchTopics,default)
S3method(mergeRepTopics,LDARep)
S3method(mergeRepTopics,default)
S3method(mergeTopics,LDABatch)
S3method(mergeTopics,LDARep)
S3method(plot,PruningSCLOP)
S3method(plot,TopicDendrogram)
S3method(print,LDA)
S3method(print,LDABatch)
S3method(print,LDARep)
S3method(print,PrototypeLDA)
S3method(print,PruningSCLOP)
S3method(print,TopicSimilarity)
S3method(pruneSCLOP,TopicDendrogram)
S3method(setFileDir,LDABatch)
export(LDA)
export(LDABatch)
export(LDAPrototype)
export(LDARep)
export(SCLOP)
export(SCLOP.pairwise)
export(as.LDA)
export(as.LDABatch)
export(as.LDARep)
export(cosineTopics)
export(dendTopics)
export(disparitySum)
export(getAlpha)
export(getAssignments)
export(getConsideredWords)
export(getDocument_expects)
export(getDocument_sums)
export(getEstimators)
export(getEta)
export(getID)
export(getJob)
export(getK)
export(getLDA)
export(getLog.likelihoods)
export(getMergedTopics)
export(getNum.iterations)
export(getParam)
export(getPrototype)
export(getPrototypeID)
export(getRegistry)
export(getRelevantWords)
export(getSCLOP)
export(getSimilarity)
export(getTopics)
export(is.LDA)
export(is.LDABatch)
export(is.LDARep)
export(jaccardTopics)
export(jsTopics)
export(mergeBatchTopics)
export(mergeRepTopics)
export(mergeTopics)
export(pruneSCLOP)
export(pruning.par)
export(rboTopics)
export(setFileDir)
import(checkmate)
import(data.table)
import(stats)
importFrom(colorspace,rainbow_hcl)
importFrom(dendextend,"labels<-")
importFrom(dendextend,"labels_colors<-")
importFrom(dendextend,labels_colors)
importFrom(fs,fs_path)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(lda,lda.collapsed.gibbs.sampler)
importFrom(progress,progress_bar)
importFrom(utils,combn)
importFrom(utils,hasName)
importFrom(utils,head)