-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
89 lines (72 loc) · 1.94 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
url: https://github.com/emeyers/NDTr
title: NeuroDecodeR
template:
params:
bootswatch: sandstone
reference:
- title: "Datasources"
contents:
- "`ds_basic`"
- "`ds_generalization`"
- title: "Feature preprocessors"
contents:
- "`fp_select_k_features`"
- "`fp_zscore`"
- title: "Classifiers"
contents:
- "`cl_max_correlation`"
- "`cl_poisson_naive_bayes`"
- "`cl_svm`"
- title: "Cross-validators"
contents:
- "`cv_standard`"
- "`run_decoding.cv_standard`"
- "`get_parameters.cv_standard`"
- title: "Result Metrics"
contents:
- "`rm_main_results`"
- "`rm_confusion_matrix`"
- title: "Plot functions"
contents:
- "`plot.raster_data`"
- "`plot.label_repetition`"
- "`plot.rm_main_results`"
- "`plot_main_results`"
- "`plot.rm_confusion_matrix`"
- title: "Save and log results"
contents:
- "`log_save_results`"
- "`log_check_results_already_exist`"
- "`log_load_results_from_result_name`"
- "`log_load_results_from_params`"
- title: "Tools"
contents:
- "`create_binned_data`"
- "`convert_matlab_raster_data`"
- "`get_num_label_repetitions`"
- "`get_siteIDs_with_k_label_repetitions`"
- "`get_num_label_repetitions_each_site`"
- "`read_raster_data`"
- "`test_valid_raster_format`"
navbar:
title: "NeuroDecodeR"
type: inverse
left:
- text: "Home"
href: "index.html"
- text: "Tutorials"
menu:
- text: "Introductory tutorial"
href: "articles/introduction_tutorial.html"
- text: "Generalization analysis tutorial"
href: "articles/generalization_tutorial.html"
- text: "Reference"
href: "reference/index.html"
- text: "Documentation"
menu:
- text: "Data formats"
href: "articles/data_formats.html"
- text: "Datasets"
href: "articles/datasets.html"
- text: "NDR object specification"
href: "articles/NDR_object_specification.html"