-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
30 lines (29 loc) · 856 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
# Generated by roxygen2: do not edit by hand
S3method(QuinlanAttributes,Date)
S3method(QuinlanAttributes,POSIXct)
S3method(QuinlanAttributes,character)
S3method(QuinlanAttributes,data.frame)
S3method(QuinlanAttributes,factor)
S3method(QuinlanAttributes,matrix)
S3method(QuinlanAttributes,numeric)
S3method(QuinlanAttributes,ordered)
S3method(cubist,default)
S3method(dotplot,cubist)
S3method(predict,cubist)
S3method(print,cubist)
S3method(print,summary.cubist)
S3method(summary,cubist)
export(QuinlanAttributes)
export(cubist)
export(cubistControl)
export(exportCubistFiles)
export(makeDataFile)
export(makeNamesFile)
importFrom(lattice,dotplot)
importFrom(lattice,panel.segments)
importFrom(lattice,trellis.par.get)
importFrom(reshape2,melt)
importFrom(stats,complete.cases)
importFrom(stats,reshape)
importFrom(utils,globalVariables)
useDynLib(Cubist)