-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 1.88 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(node,Rcpp_GNGServer)
S3method(pause,Rcpp_GNGServer)
S3method(plot,Rcpp_GNGServer)
S3method(predict,Rcpp_GNGServer)
S3method(print,Rcpp_GNGServer)
S3method(run,Rcpp_GNGServer)
S3method(summary,Rcpp_GNGServer)
S3method(terminate,Rcpp_GNGServer)
export(OptimizedGNG)
export(ApproximateGNG)
export(calculateCentroids)
export(convertToIGraph)
export(errorStatistics)
export(findClosests)
export(get.wine.dataset.X)
export(get.wine.dataset.y)
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(meanError)
export(node)
export(numberNodes)
export(pause)
export(predictComponent)
export(run)
export(terminate)
exportClasses(Rcpp_GNGServer)
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)