forked from rivolli/utiml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.21 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
# Generated by roxygen2: do not edit by hand
S3method("+",mlconfmat)
S3method("[",mlresult)
S3method(as.matrix,mlconfmat)
S3method(as.matrix,mlresult)
S3method(as.mlresult,default)
S3method(as.mlresult,mlresult)
S3method(fixed_threshold,default)
S3method(fixed_threshold,mlresult)
S3method(lcard_threshold,default)
S3method(lcard_threshold,mlresult)
S3method(mcut_threshold,default)
S3method(mcut_threshold,mlresult)
S3method(multilabel_evaluate,mlconfmat)
S3method(multilabel_evaluate,mldr)
S3method(pcut_threshold,default)
S3method(pcut_threshold,mlresult)
S3method(predict,BASELINEmodel)
S3method(predict,BRPmodel)
S3method(predict,BRmodel)
S3method(predict,CCmodel)
S3method(predict,CLRmodel)
S3method(predict,CTRLmodel)
S3method(predict,DBRmodel)
S3method(predict,EBRmodel)
S3method(predict,ECCmodel)
S3method(predict,EPSmodel)
S3method(predict,ESLmodel)
S3method(predict,HOMERmodel)
S3method(predict,LIFTmodel)
S3method(predict,LPmodel)
S3method(predict,MBRmodel)
S3method(predict,MLKNNmodel)
S3method(predict,NSmodel)
S3method(predict,PPTmodel)
S3method(predict,PSmodel)
S3method(predict,PruDentmodel)
S3method(predict,RAkELmodel)
S3method(predict,RDBRmodel)
S3method(predict,RPCmodel)
S3method(print,BRPmodel)
S3method(print,BRmodel)
S3method(print,CCmodel)
S3method(print,CLRmodel)
S3method(print,CTRLmodel)
S3method(print,DBRmodel)
S3method(print,EBRmodel)
S3method(print,ECCmodel)
S3method(print,EPSmodel)
S3method(print,ESLmodel)
S3method(print,LIFTmodel)
S3method(print,LPmodel)
S3method(print,MBRmodel)
S3method(print,MLKNNmodel)
S3method(print,NSmodel)
S3method(print,PPTmodel)
S3method(print,PSmodel)
S3method(print,PruDentmodel)
S3method(print,RAkELmodel)
S3method(print,RDBRmodel)
S3method(print,RPCmodel)
S3method(print,kFoldPartition)
S3method(print,majorityModel)
S3method(print,mlconfmat)
S3method(print,mlresult)
S3method(print,randomModel)
S3method(rcut_threshold,default)
S3method(rcut_threshold,mlresult)
S3method(scut_threshold,default)
S3method(scut_threshold,mlresult)
S3method(summary,mltransformation)
export(as.bipartition)
export(as.mlresult)
export(as.probability)
export(as.ranking)
export(baseline)
export(br)
export(brplus)
export(cc)
export(clr)
export(compute_multilabel_predictions)
export(create_holdout_partition)
export(create_kfold_partition)
export(create_random_subset)
export(create_subset)
export(ctrl)
export(cv)
export(dbr)
export(ebr)
export(ecc)
export(eps)
export(esl)
export(fill_sparse_mldata)
export(fixed_threshold)
export(homer)
export(is.bipartition)
export(is.probability)
export(lcard_threshold)
export(lift)
export(lp)
export(mbr)
export(mcut_threshold)
export(merge_mlconfmat)
export(mldata)
export(mlknn)
export(mlpredict)
export(mltrain)
export(multilabel_confusion_matrix)
export(multilabel_evaluate)
export(multilabel_measures)
export(multilabel_prediction)
export(normalize_mldata)
export(ns)
export(partition_fold)
export(pcut_threshold)
export(ppt)
export(prudent)
export(ps)
export(rakel)
export(rcut_threshold)
export(rdbr)
export(remove_attributes)
export(remove_labels)
export(remove_skewness_labels)
export(remove_unique_attributes)
export(remove_unlabeled_instances)
export(replace_nominal_attributes)
export(rpc)
export(scut_threshold)
export(subset_correction)
import(ROCR)
import(mldr)
import(parallel)