-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
51 lines (51 loc) · 1.31 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
url: https://juba.github.io/rainette/
template:
bootstrap: 5
bootswatch: lumen
reference:
- title: Simple clustering
desc: Simple clustering computation and visualisation
contents:
- '`rainette`'
- '`cutree_rainette`'
- '`rainette_plot`'
- '`rainette_explor`'
- title: Double clustering
desc: Double clustering computation and visualisation
contents:
- '`rainette2`'
- '`cutree_rainette2`'
- '`rainette2_complete_groups`'
- '`rainette2_plot`'
- '`rainette2_explor`'
- title: Clustering statistics
desc: Functions used to get clustering statistics
contents:
- '`rainette_stats`'
- title: Corpus importation and segmentation
desc: Functions to import or segment a textual corpus
contents:
- '`import_corpus_iramuteq`'
- '`split_segments`'
- '`merge_segments`'
- title: Documents-clusters tables
desc: Functions to describe relationships between documents and clusters when clustering on a segmented corpus
contents:
- '`clusters_by_doc_table`'
- '`docs_by_cluster_table`'
- title: Utility functions
desc: Functions used internally for computation
contents:
- '`cluster_tab`'
- '`cutree`'
- '`order_docs`'
- '`select_features`'
- '`switch_docs`'
articles:
- title: Articles
navbar: ~
contents:
- introduction_en
- algorithms_en
- introduction_usage
- algorithmes