-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
79 lines (78 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method(print,confusion_matrix)
export(acc)
export(ae)
export(ape)
export(auc)
export(bacc)
export(bbrier)
export(bias)
export(ce)
export(confusion_matrix)
export(dor)
export(fbeta)
export(fdr)
export(fn)
export(fnr)
export(fomr)
export(fp)
export(fpr)
export(gmean)
export(gpr)
export(jaccard)
export(ktau)
export(linex)
export(logloss)
export(mae)
export(mape)
export(mauc_au1p)
export(mauc_au1u)
export(mauc_aunp)
export(mauc_aunu)
export(mauc_mu)
export(maxae)
export(maxse)
export(mbrier)
export(mcc)
export(measures)
export(medae)
export(medse)
export(mse)
export(msle)
export(npv)
export(one_zero)
export(pbias)
export(phi)
export(pinball)
export(ppv)
export(prauc)
export(precision)
export(rae)
export(recall)
export(rmse)
export(rmsle)
export(rrse)
export(rse)
export(rsq)
export(sae)
export(se)
export(sensitivity)
export(sle)
export(smape)
export(specificity)
export(srho)
export(sse)
export(tn)
export(tnr)
export(tp)
export(tpr)
export(zero_one)
import(checkmate)
importFrom(stats,contr.treatment)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,relevel)
importFrom(stats,var)
importFrom(utils,bibentry)
importFrom(utils,combn)
importFrom(utils,head)