-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
S3method(add_from_x,data.frame)
S3method(add_from_x,ldat)
S3method(add_from_y,data.frame)
S3method(add_from_y,ldat)
S3method(deduplicate_equivalence,data.frame)
S3method(deduplicate_equivalence,ldat)
S3method(filter_pairs_for_deduplication,data.frame)
S3method(filter_pairs_for_deduplication,ldat)
S3method(link,data.frame)
S3method(link,ldat)
S3method(predict,problink_em)
S3method(print,compare)
S3method(print,pairs)
S3method(print,pairs_blocking)
S3method(print,problink_em)
S3method(print,summary_problink_em)
S3method(score_problink,data.frame)
S3method(score_problink,ldat)
S3method(score_simsum,data.frame)
S3method(score_simsum,ldat)
S3method(select_greedy,data.frame)
S3method(select_greedy,ldat)
S3method(select_n_to_m,data.frame)
S3method(select_n_to_m,ldat)
S3method(select_threshold,data.frame)
S3method(select_threshold,ldat)
S3method(summary,problink_em)
S3method(tabulate_patterns,data.frame)
S3method(tabulate_patterns,ldat)
export(add_from_x)
export(add_from_y)
export(compare_pairs)
export(deduplicate_equivalence)
export(filter_pairs_for_deduplication)
export(identical)
export(jaccard)
export(jaro_winkler)
export(lcs)
export(link)
export(match_n_to_m)
export(pair_blocking)
export(problink_em)
export(score_problink)
export(score_simsum)
export(select_greedy)
export(select_n_to_m)
export(select_threshold)
export(tabulate_patterns)
import(Rcpp)
import(dplyr)
import(ldat)
import(lvec)
importFrom(Rcpp,evalCpp)
importFrom(lpSolve,lp)
importFrom(stringdist,stringdist)
useDynLib(reclin)