-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 780 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 780 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,MLA)
S3method(print,CREA_RBS)
S3method(print,MLA)
S3method(summary,MLA)
export(AssociationRules)
export(CART)
export(CREA.RBS)
export(Clustering)
export(VariableRanker)
export(plotCART)
export(sampler)
import(FSelectorRcpp)
import(dplyr)
import(formula.tools)
import(ggplot2)
import(magrittr)
import(rpart)
import(rpart.plot)
importFrom("graphics","plot")
importFrom("stats","predict")
importFrom("utils","capture.output")
importFrom(NbClust,NbClust)
importFrom(arules,apriori)
importFrom(crayon,black)
importFrom(crayon,bold)
importFrom(magrittr,"%>%")
importFrom(stats,as.formula)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,var)
importFrom(utils,globalVariables)