-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.26 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calc_one_v_rest_auc)
export(divide_cols)
export(divide_rows)
export(extract_cancer_response)
export(extract_design)
export(extract_design_mdesign_mcat)
export(extract_design_mdesign_mcts)
export(extract_design_mdesign_sbs96)
export(extract_glmnet)
export(extract_tmb)
export(fit_mlogit)
export(fit_nn)
export(fit_nnc)
export(fit_rf)
export(fit_rfc)
export(fit_smlc)
export(fit_svm)
export(fit_svmc)
export(indiv_predict_effect)
export(odds_ratio_mlogit)
export(odds_ratio_smlc)
export(optimal_threshold)
export(predict_mlogit)
export(predict_nn)
export(predict_nnc)
export(predict_rf)
export(predict_rfc)
export(predict_smlc)
export(predict_svm)
export(predict_svmc)
export(screen_variant_mi)
export(variant_screen_mi)
import(data.table)
import(methods)
import(stats)
importFrom(Matrix,Matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(magrittr,"%>%")
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(hidgenclassifier, .registration = TRUE)