-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
71 lines (62 loc) · 1.32 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
authors:
Malcolm Barrett:
href: https://malco.io
reference:
- title: partition
contents:
- partition
- super_partition
- is_partition
- simulate_block_data
- title: Mapping key and scores
contents:
- partition_scores
- starts_with("mapping")
- starts_with("unnest")
- filter_reduced
- title: partitioners
contents:
- starts_with("part_")
- is_partitioner
- starts_with("direct")
- starts_with("measure")
- reduce_scaled_mean
- reduce_first_component
- reduce_kmeans
- title: Permutation and mapping
contents:
- map_partition
- test_permutation
- permute_df
- title: Data visualization
contents:
- starts_with("plot_")
- title: Statistical functions
contents:
- corr
- mutual_information
- icc
- scaled_mean
- title: Extending partition
contents:
- starts_with("as_")
- replace_partitioner
- map_cluster
- reduce_cluster
- is_partition_step
- title: Data
contents:
- baxter_data
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: An Introduction to partition
href: articles/introduction-to-partition.html
- text: Extending partition
href: articles/extending-partition.html