-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
110 lines (109 loc) · 2.77 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(SVM,default)
S3method(SVM,formula)
S3method(clustering,Rcpp_CecModel)
S3method(clustering,Rcpp_GNGServer)
S3method(node,Rcpp_GNGServer)
S3method(pause,Rcpp_GNGServer)
S3method(plot,MultiClassSVM)
S3method(plot,Rcpp_CecModel)
S3method(plot,Rcpp_GNGServer)
S3method(plot,Rcpp_SVMClient)
S3method(predict,MultiClassSVM)
S3method(predict,Rcpp_CecModel)
S3method(predict,Rcpp_GNGServer)
S3method(predict,Rcpp_SVMClient)
S3method(print,MultiClassSVM)
S3method(print,Rcpp_CecModel)
S3method(print,Rcpp_GNGServer)
S3method(print,Rcpp_SVMClient)
S3method(run,Rcpp_GNGServer)
S3method(summary,MultiClassSVM)
S3method(summary,Rcpp_CecModel)
S3method(summary,Rcpp_GNGServer)
S3method(summary,Rcpp_SVMClient)
S3method(terminate,Rcpp_GNGServer)
export(CEC)
export(GNG)
export(OptimizedGNG)
export(SVM)
export(calculateCentroids)
export(caret.gmumSvmLinear)
export(caret.gmumSvmPoly)
export(caret.gmumSvmRadial)
export(centers)
export(clustering)
export(convertToIGraph)
export(covMatrix)
export(energy)
export(errorStatistics)
export(findClosests)
export(get.wine.dataset.X)
export(get.wine.dataset.y)
export(getDataset)
export(gng.plot.layout.v2d)
export(gng.preset.cube)
export(gng.preset.plane)
export(gng.preset.sphere)
export(gngLoad)
export(gngSave)
export(insertExamples)
export(isRunning)
export(iterations)
export(logClusters)
export(logEnergy)
export(meanError)
export(node)
export(numberNodes)
export(pause)
export(predictComponent)
export(run)
export(runAll)
export(runOneIteration)
export(svm.accuracy)
export(terminate)
exportClasses(MultiClassSVM)
exportClasses(Rcpp_CecConfiguration)
exportClasses(Rcpp_CecModel)
exportClasses(Rcpp_GNGServer)
exportClasses(Rcpp_SVMClient)
import(Rcpp)
import(igraph)
importFrom(Matrix,Matrix)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_alpha_identity)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_size_identity)
importFrom(grDevices,rainbow)
importFrom(graphics,hist)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(methods,as)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,update)
importFrom(utils,data)
importFrom(utils,read.csv)
useDynLib(gmum.r)