-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
62 lines (61 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(plot,bootmnem)
S3method(plot,mnem)
S3method(plot,mnem_mcmc)
S3method(plot,mnem_sim)
S3method(plotConvergence,mnem)
export(bootstrap)
export(clustNEM)
export(createApp)
export(fitacc)
export(fuzzyindex)
export(getAffinity)
export(getIC)
export(hamSim)
export(mnem)
export(mnemh)
export(mnemk)
export(moreboxplot)
export(nem)
export(plotConvergence)
export(plotDnf)
export(scoreAdj)
export(simData)
export(transitive.closure)
export(transitive.reduction)
import(Linnorm)
import(Rcpp)
import(RcppEigen)
import(Rgraphviz)
import(cluster)
import(ggplot2)
import(graph)
import(lattice)
import(naturalsort)
import(snowfall)
import(stats)
import(stats4)
import(tsne)
import(wesanderson)
importFrom(Rcpp,sourceCpp)
importFrom(cluster,silhouette)
importFrom(data.table,fread)
importFrom(e1071,bincombinations)
importFrom(flexclust,dist2)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,layout)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(matrixStats,rowMaxs)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,kmeans)
importFrom(utils,combn)
importFrom(utils,getFromNamespace)
importFrom(utils,read.csv)
importFrom(utils,read.table)
useDynLib(mnem)