-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·76 lines (75 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method(get_best_feature_set,default)
S3method(get_best_feature_set,ml_cls)
S3method(get_best_feature_set_test,default)
S3method(get_best_feature_set_test,ml_cls)
S3method(get_best_model,default)
S3method(get_best_model,ml_cls)
S3method(get_best_model_test,default)
S3method(get_best_model_test,ml_cls)
S3method(get_confusionMatrix_test,default)
S3method(get_confusionMatrix_test,ml_cls)
S3method(get_test_results,default)
S3method(get_test_results,ml_cls)
S3method(get_training_results,default)
S3method(get_training_results,ml_cls)
S3method(plot,ml_cls)
S3method(plot_fs_time,default)
S3method(plot_fs_time,ml_fs)
S3method(plot_test,default)
S3method(plot_test,ml_cls)
S3method(plot_venn_fs,default)
S3method(plot_venn_fs,ml_fs)
S3method(selection_df,default)
S3method(selection_df,ml_fs)
S3method(selection_methods,default)
S3method(selection_methods,ml_fs)
S3method(selection_results,default)
S3method(selection_results,ml_fs)
S3method(split_data,default)
S3method(split_data,ml_data)
S3method(summary,ml_cls)
S3method(summary,ml_data)
S3method(summary,ml_fs)
export(anova_fs)
export(apply_cls_method)
export(available_cls_methods)
export(available_fs_methods)
export(boruta_fs)
export(cls_fitness)
export(correlation_based_fs)
export(evaluation)
export(ga_fs)
export(ga_mutation)
export(get_GEO_methylarray)
export(get_best_feature_set)
export(get_best_feature_set_test)
export(get_best_model)
export(get_best_model_test)
export(get_confusionMatrix_test)
export(get_test_results)
export(get_training_results)
export(information_gain_fs)
export(limma_fs)
export(mRMR_fs)
export(ml_cls)
export(ml_data)
export(ml_fs)
export(mseq_fs)
export(plot_fs_time)
export(plot_test)
export(plot_venn_fs)
export(random_fs)
export(relief_fs)
export(selection_df)
export(selection_methods)
export(selection_results)
export(split_data)
importFrom(C50,C5.0)
importFrom(MASS,lda)
importFrom(Matrix,Matrix)
importFrom(glmnet,glmnet)
importFrom(kernlab,ksvm)
importFrom(nnet,nnet)
importFrom(plyr,aaply)
importFrom(randomForest,randomForest)