-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(plot,nmfCrossValidate)
S3method(plot,nmfSummary)
export(align)
export(bipartiteMatch)
export(bipartition)
export(cosine)
export(crossValidate)
export(dclust)
export(evaluate)
export(lnmf)
export(mse)
export(nmf)
export(nnls)
export(project)
export(r_binom)
export(r_matrix)
export(r_sample)
export(r_sparsematrix)
export(r_unif)
export(simulateNMF)
export(sparsity)
exportClasses(nmf)
exportMethods("$")
exportMethods("[")
exportMethods("[[")
exportMethods(biplot)
exportMethods(coerce)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(head)
exportMethods(predict)
exportMethods(prod)
exportMethods(show)
exportMethods(sort)
exportMethods(subset)
exportMethods(summary)
exportMethods(t)
import(Matrix)
import(knitr)
importFrom(Rcpp,evalCpp)
importFrom(methods,as)
importFrom(methods,canCoerce)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(stats,cor)
importFrom(stats,predict)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,str)
useDynLib(RcppML, .registration = TRUE)