-
Notifications
You must be signed in to change notification settings - Fork 14
/
_pkgdown.yml
62 lines (58 loc) · 1.34 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
62
template:
params:
bootswatch: flatly
reference:
- title: "CARP - Convex Clustering"
desc: >
CARP (Convex Clustering via Algorithmic
Regularization Paths) is a fast method
for convex clustering.
contents:
- CARP
- plot.CARP
- get_cluster_labels
- print.CARP
- convex_clustering
- title: "CBASS - Convex BiClustering"
desc: >
CBASS (Convex BiClustering via algorithmic
regularization with Small Steps) is a fast
method for convex bi-clustering.
contents:
- CBASS
- plot.CBASS
- get_cluster_labels.CBASS
- print.CBASS
- convex_biclustering
- title: "Weights"
desc: >
Functions to calculate fusion weights
for `CARP` and `CBASS`
contents:
- dense_rbf_kernel_weights
- title: "Miscellaneous"
desc: >
Other functions and data provided
by `clustRviz`
contents:
- presidential_speech
- authors
- tcga_breast
- clustRviz_logging
- clustRviz_options
articles:
- title: Vignettes
navbar: ~
contents:
- Tutorial
- Weights
- Algorithms
- Acknowledgements
nabvar:
right:
- icon: fa-github fa-lg
href: https://github.com/DataSlingers/clustRviz
development:
mode: unreleased
version_label: info
version_tooltip: "clustRviz is not yet on CRAN"