-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
161 lines (152 loc) · 3.86 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
destination: docs
templates:
params:
bootswatch: lumen
navbar:
title: "greed"
type: inverse
left:
- icon: fa-home
- text: "Home"
href: index.html
- text: "Reference"
href: "reference/index.html"
- text: "News"
href: "news/index.html"
- text: "Articles"
menu:
- text: "Gaussian Mixture Models"
href: articles/GMM.html
- text: "Latent Class Analysis"
href: articles/LCA.html
- text: "Mixture of Regressions"
href: articles/MoR.html
- text: "Graph clustering"
href: articles/SBM.html
- text: "Combined Models"
href: articles/CombinedModels.html
- text: "Mixture of Multinomials"
href: articles/MoM.html
- text: "Co-clustering and LBM"
href: articles/LBM.html
right:
- icon: fa-github
- text: github
href: https://github.com/comeetie/greed
reference:
- title: 'Top-level fitting functions'
desc: >
Main clustering function
contents:
- '`greed`'
- title: 'Generic methods to explore a fit'
desc: >
Description of methods to extract coefficients and cut/plot a hierachical model fit.
contents:
- '`clustering,IclFit-method`'
- '`ICL,IclFit-method`'
- '`K,IclFit-method`'
- '`prior,IclFit-method`'
- '`coef,IclFit-method`'
- '`show,IclFit-method`'
- '`cut,IclPath-method`'
- '`plot,IclPath,missing-method`'
- '`extractSubModel,CombinedModelsPath,character-method`'
- title: 'Fitting algorithms classes'
desc: >
Description of classes that describe the possible fitting algorithms.
contents:
- '`Alg-class`'
- '`Hybrid-class`'
- '`Multistarts-class`'
- '`Genetic-class`'
- '`Seed-class`'
- title: 'Supported generative models'
desc: >
Description of classes that corresponds to the different type of generative models that greed may use.
contents:
- '`Sbm-class`'
- '`DcSbm-class`'
- '`MultSbm-class`'
- '`Lca-class`'
- '`MoM-class`'
- '`Gmm-class`'
- '`DiagGmm-class`'
- '`MoR-class`'
- '`DcLbm-class`'
- '`CombinedModels-class`'
- '`DlvmPrior-class`'
- '`DlvmCoPrior-class`'
- title: 'Models fit classes'
desc: >
Description of classes that describe a model fit.
contents:
- '`IclFit-class`'
- '`IclPath-class`'
- '`SbmFit-class`'
- '`DcSbmFit-class`'
- '`MultSbmFit-class`'
- '`LcaFit-class`'
- '`MoMFit-class`'
- '`GmmFit-class`'
- '`DiagGmmFit-class`'
- '`MoRFit-class`'
- '`DcLbmFit-class`'
- '`CombinedModelsFit-class`'
- title: 'Hierarchical models fit classes'
desc: >
Description of classes that describe a hierachical model fit.
contents:
- '`SbmPath-class`'
- '`DcSbmPath-class`'
- '`MultSbmPath-class`'
- '`LcaPath-class`'
- '`MoMPath-class`'
- '`GmmPath-class`'
- '`DiagGmmPath-class`'
- '`MoRPath-class`'
- '`DcLbmPath-class`'
- '`CombinedModelsPath-class`'
- title: 'Methods to explore a hierarchical fit'
desc: >
Description of methods to extract coefficients and cut/plot a hierachical model fit.
contents:
- '`gmmpairs`'
- starts_with("coef")
- starts_with("cut")
- starts_with("plot")
- title: 'Misc tools'
desc: >
Miscaelenous utility functions.
contents:
- '`NMI`'
- '`H`'
- '`MI`'
- '`spectral`'
- '`to_multinomial`'
- '`available_models`'
- '`available_algorithms`'
- title: 'Data generation function'
desc: >
Functions to generate data from a specified generative model.
contents:
- '`rsbm`'
- '`rdcsbm`'
- '`rmultsbm`'
- '`rmm`'
- '`rmreg`'
- '`rlbm`'
- '`rlca`'
- title: Data sets
desc: ~
contents:
- '`Books`'
- '`Football`'
- '`Jazz`'
- '`fashion`'
- '`mushroom`'
- '`Fifa`'
- '`Ndrangheta`'
- '`Youngpeoplesurvey`'
- '`NewGuinea`'
- '`SevenGraders`'