-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
47 lines (46 loc) · 924 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("+",mldr)
S3method("==",mldr)
S3method("[",mldr)
S3method(plot,mldr)
S3method(print,mldr)
S3method(roc,mldr)
S3method(summary,mldr)
export(accuracy)
export(average_precision)
export(concurrenceReport)
export(coverage)
export(example_auc)
export(fmeasure)
export(hamming_loss)
export(labelInteractions)
export(macro_auc)
export(macro_fmeasure)
export(macro_precision)
export(macro_recall)
export(micro_auc)
export(micro_fmeasure)
export(micro_precision)
export(micro_recall)
export(mldr)
export(mldrGUI)
export(mldr_evaluate)
export(mldr_from_dataframe)
export(mldr_to_labels)
export(mldr_transform)
export(one_error)
export(precision)
export(ranking_loss)
export(read.arff)
export(recall)
export(remedial)
export(roc)
export(subset_accuracy)
export(write_arff)
import(XML)
import(circlize)
import(grDevices)
import(graphics)
import(methods)
import(shiny)
import(stats)