-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path_pkgdown.yml
More file actions
159 lines (142 loc) · 3.62 KB
/
_pkgdown.yml
File metadata and controls
159 lines (142 loc) · 3.62 KB
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
url: https://zdebruine.github.io/RcppML/
template:
bootstrap: 5
articles:
- title: "Getting Started"
navbar: ~
contents:
- getting-started
- title: "Core Techniques"
contents:
- nmf-fundamentals
- svd-pca
- cross-validation
- distributions
- regularization
- title: "Advanced Methods"
contents:
- clustering
- factor-graphs
- guided-nmf
- title: "Infrastructure"
contents:
- streampress
- gpu-acceleration
reference:
- title: "Non-negative Matrix Factorization"
desc: "Core NMF functions and model class"
contents:
- nmf
- nmf-class
- "`subset,nmf-method`"
- "`summary,nmf-method`"
- "`biplot,nmf-method`"
- nnls
- compute_target
- refine
- title: "Singular Value Decomposition"
desc: "SVD and PCA functions"
contents:
- svd
- svd-class
- pca
- title: "Model Evaluation & Diagnostics"
desc: "Functions for evaluating and comparing NMF models"
contents:
- assess
- as.data.frame.nmf_assessment
- print.nmf_assessment
- evaluate
- sparsity
- align
- compare_nmf
- cosine
- title: "Distribution Selection"
desc: "Automatic distribution and zero-inflation diagnostics"
contents:
- auto_nmf_distribution
- score_test_distribution
- diagnose_zero_inflation
- diagnose_dispersion
- title: "Visualization"
desc: "Plotting functions for NMF results"
contents:
- plot.nmf
- plot.nmfCrossValidate
- title: "Consensus Clustering"
desc: "Multi-replicate consensus NMF"
contents:
- consensus_nmf
- plot.consensus_nmf
- summary.consensus_nmf
- title: "Clustering"
desc: "NMF-based clustering algorithms"
contents:
- bipartition
- dclust
- plot.dclust
- bipartiteMatch
- title: "Composable Factorization Graphs"
desc: "Build complex factorization pipelines with factor_net"
contents:
- factor_net
- factor_input
- factor_config
- nmf_layer
- svd_layer
- factor_shared
- factor_concat
- factor_add
- factor_condition
- fit
- W
- cross_validate_graph
- predict.factor_net_result
- training_logger
- export_log
- plot.training_logger
- as.data.frame.training_logger
- classify_embedding
- classify_logistic
- classify_rf
- "`$.factor_net_result`"
- print.factor_net
- print.factor_net_cv
- print.factor_net_result
- print.fn_factor_config
- print.fn_global_config
- print.fn_node
- print.fn_classifier_eval
- summary.factor_net_result
- summary.fn_classifier_eval
- print.training_logger
- title: "Simulation"
desc: "Functions for generating synthetic data"
contents:
- simulateNMF
- simulateSwimmer
- title: "StreamPress I/O"
desc: "Streaming sparse matrix format (.spz)"
contents:
- starts_with("st_")
- streampress
- title: "GPU Support"
desc: "GPU acceleration functions"
contents:
- gpu_available
- gpu_info
- gpu-backend
- gpu_sparse_matrix-methods
- title: "Datasets"
desc: "Built-in datasets for examples and benchmarks"
contents:
- aml
- digits
- golub
- hawaiibirds
- movielens
- olivetti
- pbmc3k
- title: "Package"
contents:
- RcppML-package