-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
93 lines (91 loc) · 2.59 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
templates:
params:
bootswatch: readable
navbar:
title: "GroßBM"
type: inverse
left:
- icon: fa-home
- text: "Home"
href: index.html
- text: "Reference"
href: "reference/index.html"
- text: "Vignettes"
menu:
- text: "Fungus-tree interaction with simple and bipartite SBM"
href: articles/SBM_fungus_tree_network.html
- text: "Mutualistic ecological network with multipartite SBM"
href: articles/Multipartite_EcologicalNetwork.html
- text: "Multiplex SBM: Principle and illustration"
href: articles/MultiplexNetwork_principle.html
- text: "Multiplex SBM: War and Alliance case study"
href: articles/Multiplex_allianceNwar_case_study.html
- text: "Changelog"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/GrossSBM/GSBM
reference:
- title: 'Simple SBM'
desc: >
Set of classes and functions for manipulating simple stochastic block models
contents:
- '`SimpleSBM`'
- '`SimpleSBM_fit`'
- '`sampleSimpleSBM`'
- '`estimateSimpleSBM`'
- title: 'Bipartite Stochastic block models'
desc: >
Set of classes and functions for manipulating bipartite stochastic block models
contents:
- '`BipartiteSBM`'
- '`BipartiteSBM_fit`'
- '`sampleBipartiteSBM`'
- '`estimateBipartiteSBM`'
- title: 'Multipartite Stochastic block models'
desc: >
Set of classes and functions for manipulating multipartite stochastic block models
contents:
- '`MultipartiteSBM`'
- '`MultipartiteSBM_fit`'
- '`MultiplexSBM_fit`'
- '`sampleMultipartiteSBM`'
- '`estimateMultipartiteSBM`'
- title: 'Multilayer (aka Multiplex) Stochastic block models'
desc: >
Set of classes and functions for manipulating multiplex stochastic block models
contents:
- '`MultiplexSBM_fit`'
- '`sampleMultiplexSBM`'
- '`estimateMultiplexSBM`'
- '`plotMyMultiplexMatrix`'
- title: 'Methods common to all SBM'
desc: >
Set of classes and functions for manipulating stochastic block models
contents:
- '`is_SBM`'
- '`plot.SBM`'
- '`predict.SBM`'
- '`coef.SBM`'
- '`fitted.SBM`'
- '`defineSBM`'
- '`plotMyMatrix`'
- '`plotMyMultipartiteMatrix`'
- title: 'Data sets'
desc: >
Sets of data available
contents:
- '`fungusTreeNetwork`'
- '`multipartiteEcologicalNetwork`'
- '`war`'
- title: 'Others'
desc: >
Miscellaneous
contents:
- '`plotAlluvial`'
- title: 'Virtual methods'
desc: >
Comprehensive list of remaning classes and methods used internally
contents:
- '`SBM`'
- '`plotAlluvial`'