-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
80 lines (79 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
export(AssociationRules)
export(ExtractRules)
export(FindFrequentItemsets)
export(GenCandidates)
export(GiveUniqueCol)
export(calcsupportFIMatrix)
export(confidence)
export(extract)
export(leverage)
export(lift)
export(makeFIMatrix)
export(makeFIMatrix.FIMatrix)
export(makeFIMatrix.data.frame)
export(makeFIMatrix.itemsets)
export(makeFIMatrix.lgCMatrix)
export(makeFIMatrix.lgTMatrix)
export(makeFIMatrix.matrix)
export(makeFIMatrix.ngCMatrix)
export(makeFIMatrix.ngTMatrix)
export(makeFIMatrix.transactions)
export(makeTAMatrix)
export(makeTAMatrix.TAMatrix)
export(makeTAMatrix.data.frame)
export(makeTAMatrix.default)
export(makeTAMatrix.lgCMatrix)
export(makeTAMatrix.lgTMatrix)
export(makeTAMatrix.matrix)
export(makeTAMatrix.ngCMatrix)
export(makeTAMatrix.ngTMatrix)
export(makeTAMatrix.transactions)
export(outputTAMatrix)
export(prune)
export(select)
exportClasses(FIMatrix)
exportClasses(Rules)
exportClasses(TAMatrix)
exportMethods(colSums)
exportMethods(confidence)
exportMethods(extract)
exportMethods(hist)
exportMethods(items)
exportMethods(length)
exportMethods(leverage)
exportMethods(lift)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(plot)
exportMethods(print)
exportMethods(prune)
exportMethods(qplot)
exportMethods(rowSums)
exportMethods(select)
exportMethods(show)
exportMethods(summary)
exportMethods(support)
import(Matrix)
import(methods)
importFrom(arules,items)
importFrom(arules,support)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,qplot)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(grDevices,as.raster)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,rasterImage)
importFrom(graphics,text)
importFrom(utils,combn)
importFrom(utils,data)
useDynLib(Rpriori,R_pnindex)