-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
202 lines (201 loc) · 6.12 KB
/
NAMESPACE
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# Generated by roxygen2: do not edit by hand
S3method(crossval_samples,blocked_cross_validation)
S3method(crossval_samples,bootstrap_blocked_cross_validation)
S3method(crossval_samples,custom_cross_validation)
S3method(crossval_samples,kfold_cross_validation)
S3method(crossval_samples,mvpa_model)
S3method(crossval_samples,sequential_blocked_cross_validation)
S3method(crossval_samples,twofold_blocked_cross_validation)
S3method(data_sample,mvpa_dataset)
S3method(get_samples,mvpa_dataset)
S3method(get_samples,mvpa_surface_dataset)
S3method(get_searchlight,mvpa_image_dataset)
S3method(get_searchlight,mvpa_surface_dataset)
S3method(has_crossval,default)
S3method(has_crossval,mvpa_model)
S3method(has_test_set,mvpa_dataset)
S3method(has_test_set,mvpa_design)
S3method(has_test_set,mvpa_model)
S3method(merge_predictions,classification_prediction)
S3method(merge_predictions,regression_prediction)
S3method(merge_results,binary_classification_result)
S3method(merge_results,feature_rsa_model)
S3method(merge_results,multiway_classification_result)
S3method(merge_results,regional_mvpa_result)
S3method(merge_results,regression_result)
S3method(nobs,mvpa_design)
S3method(nresponses,mvpa_design)
S3method(pairwise_dist,cordist)
S3method(pairwise_dist,default)
S3method(pairwise_dist,euclidean)
S3method(pairwise_dist,mahalanobis)
S3method(pairwise_dist,pcadist)
S3method(pairwise_dist,robustmahadist)
S3method(performance,binary_classification_result)
S3method(performance,multiway_classification_result)
S3method(performance,regression_result)
S3method(predict,list_model)
S3method(predict,weighted_model)
S3method(print,binary_classification_result)
S3method(print,blocked_cross_validation)
S3method(print,bootstrap_blocked_cross_validation)
S3method(print,classification_result)
S3method(print,data_sample)
S3method(print,feature_rsa_model)
S3method(print,kfold_cross_validation)
S3method(print,manova_design)
S3method(print,manova_model)
S3method(print,multiway_classification_result)
S3method(print,mvpa_dataset)
S3method(print,mvpa_design)
S3method(print,mvpa_model)
S3method(print,mvpa_surface_dataset)
S3method(print,regression_result)
S3method(print,rsa_design)
S3method(print,rsa_model)
S3method(print,searchlight_performance)
S3method(print,searchlight_result)
S3method(print,twofold_blocked_cross_validation)
S3method(prob_observed,binary_classification_result)
S3method(prob_observed,multiway_classification_result)
S3method(run_regional,feature_rsa_model)
S3method(run_regional,mvpa_model)
S3method(run_regional,rsa_model)
S3method(run_searchlight,model_spec)
S3method(run_searchlight,vector_rsa)
S3method(select_features,FTest)
S3method(select_features,catscore)
S3method(select_features,mvpa_model)
S3method(sub_result,binary_classification_result)
S3method(sub_result,multiway_classification_result)
S3method(summary,feature_rsa_model)
S3method(test_design,mvpa_design)
S3method(train_model,feature_rsa_model)
S3method(train_model,rsa_model)
S3method(train_model,vector_rsa_model)
S3method(tune_grid,mvpa_model)
S3method(y_test,mvpa_design)
S3method(y_test,mvpa_model)
S3method(y_train,feature_rsa_model)
S3method(y_train,mvpa_design)
S3method(y_train,mvpa_model)
export(MVPAModels)
export(binary_classification_result)
export(blocked_cross_validation)
export(bootstrap_blocked_cross_validation)
export(classification_result)
export(combine_prediction_tables)
export(compute_performance)
export(cordist)
export(create_dist)
export(create_model_spec)
export(crossv_block)
export(crossv_k)
export(crossval_samples)
export(custom_cross_validation)
export(custom_performance)
export(data_sample)
export(evaluate_model.feature_rsa_model)
export(feature_rsa_design)
export(feature_rsa_model)
export(feature_selector)
export(fit_model)
export(format_result)
export(gen_sample_dataset)
export(get_samples)
export(get_searchlight)
export(group_means)
export(has_test_set)
export(kfold_cross_validation)
export(list_model)
export(load_model)
export(manova_design)
export(manova_model)
export(merge_classif_results)
export(merge_predictions)
export(merge_results)
export(mvpa_dataset)
export(mvpa_design)
export(mvpa_iterate)
export(mvpa_model)
export(mvpa_surface_dataset)
export(nobs)
export(nresponses)
export(performance)
export(predict_model.feature_rsa_model)
export(predicted_class)
export(prep_regional)
export(prob_observed)
export(regional_mvpa_result)
export(rsa_design)
export(rsa_model)
export(run_regional)
export(run_searchlight)
export(second_order_similarity)
export(select_features)
export(sequential_blocked_cross_validation)
export(sub_result)
export(test_design)
export(train_model)
export(twofold_blocked_cross_validation)
export(vector_rsa_design)
export(vector_rsa_model)
export(y_test)
export(y_train)
import(doParallel)
import(dplyr)
import(foreach)
import(itertools)
import(parallel)
import(stringr)
importFrom(MASS,huber)
importFrom(Rfit,rfit)
importFrom(assertthat,assert_that)
importFrom(corpcor,invcov.shrink)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(ffmanova,ffmanova)
importFrom(furrr,future_map)
importFrom(furrr,future_pmap)
importFrom(futile.logger,flog.debug)
importFrom(futile.logger,flog.error)
importFrom(futile.logger,flog.info)
importFrom(io,qread)
importFrom(memoise,memoise)
importFrom(methods,as)
importFrom(modelr,resample)
importFrom(neuroim2,NeuroVol)
importFrom(neuroim2,ROIVec)
importFrom(neuroim2,SparseNeuroVec)
importFrom(neuroim2,coords)
importFrom(neuroim2,map_values)
importFrom(neuroim2,read_vec)
importFrom(neuroim2,read_vol)
importFrom(neuroim2,series)
importFrom(neuroim2,series_roi)
importFrom(neuroim2,space)
importFrom(neuroim2,sub_vector)
importFrom(neuroim2,values)
importFrom(neuroim2,vectors)
importFrom(neuroim2,vols)
importFrom(neurosurf,NeuroSurface)
importFrom(neurosurf,ROISurfaceVector)
importFrom(neurosurf,geometry)
importFrom(neurosurf,nodes)
importFrom(purrr,is_formula)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,pmap)
importFrom(sda,sda.ranking)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,pf)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,terms)