forked from kosukeimai/fastLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
S3method(plot,fastLink)
S3method(print,inspectEM)
S3method(summary,fastLink)
export(aggregateEM)
export(calcMoversPriors)
export(clusterMatch)
export(confusion)
export(aggconfusion)
export(dedupeMatches)
export(emlinkMARmov)
export(emlinklog)
export(emlinkRS)
export(fastLink)
export(gammaCK2par)
export(gammaCKpar)
export(gammaKpar)
export(gammaNUMCK2par)
export(gammaNUMCKpar)
export(getMatches)
export(getPatterns)
export(getPosterior)
export(inspectEM)
export(matchesLink)
export(nameReweight)
export(preprocText)
export(tableCounts)
import(Matrix)
import(data.table)
importFrom(FactoClass,kmeansW)
importFrom(Rcpp,evalCpp)
importFrom(adagio,assignment)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(gtools,rdirichlet)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(plotrix,staxlab)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stringdist,phonetic)
importFrom(stringdist,stringdist)
importFrom(stringdist,stringdistmatrix)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trans_list)
importFrom(stringr,str_count)
importFrom(utils,data)
useDynLib(fastLink, .registration = TRUE)