-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
61 lines (58 loc) · 1.48 KB
/
_pkgdown.yml
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
template:
params:
bootswatch: simplex
development:
mode: unreleased
navbar:
left:
- text: "Vignettes"
menu:
- text: "Dataset Summary"
href: articles/dataset_summary.html
- text: "API"
href: reference/index.html
reference:
- title: "Exploration"
desc: >
Functions to explore topics.
contents:
- GetDocumentsPerTopicCount
- PrintTopicsTopTerm
- GetDocumentsOfTopTopicK
- GetTopicTermMatrices
- GetDocumentTopicMatrices
- GetDocumentsAssignedToTopicK
- title: "Reading and Writing Data"
desc: "Functions for reading and writing data."
contents:
- exportDocumentTermMatrix
- exportTopicTermMatrix
- testConceptSimilarity
- title: "Topic Flow"
desc: "Similarity between topic matrices."
contents:
- CalculateHighestTopicCosineSimilarity
- CalculateTopicFlow
- title: "Topic Model"
desc: "Functions to construct topic models."
contents:
- PrintTermTFIDF
- PlotTermTFIDF
- ListTermTFIDF
- FilterDFMByTFIDF
- CalculateLDAModelsUpToN
- CalculateLDAModelsInKSetOld
- CalculateLDAModelsInKSet
- ChooseKLDAModelsPerplexity
- PlotLDAModelsPerplexity
- loadFiles
- rawToLDA
- filterCorpus
- title: "Validation"
desc: "Functions to validate results."
contents:
- isSameTopicAndSameCVE
- title: "LDAvis"
desc: "Functions for LDAvis package."
contents:
- plotLDAVis