-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
64 lines (63 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(CE)
export(H)
export(JE)
export(JSD)
export(KL)
export(MI)
export(additive_symm_chi_sq)
export(avg)
export(bhattacharyya)
export(binned.kernel.est)
export(canberra)
export(chebyshev)
export(clark_sq)
export(cosine_dist)
export(czekanowski)
export(dice_dist)
export(dist.diversity)
export(dist_many_many)
export(dist_one_many)
export(dist_one_one)
export(distance)
export(divergence_sq)
export(estimate.probability)
export(euclidean)
export(fidelity)
export(gJSD)
export(getDistMethods)
export(gower)
export(harmonic_mean_dist)
export(hellinger)
export(inner_product)
export(intersection_dist)
export(jaccard)
export(jeffreys)
export(jensen_difference)
export(jensen_shannon)
export(k_divergence)
export(kulczynski_d)
export(kullback_leibler_distance)
export(kumar_hassebrook)
export(kumar_johnson)
export(lin.cor)
export(lorentzian)
export(manhattan)
export(matusita)
export(minkowski)
export(motyka)
export(neyman_chi_sq)
export(pearson_chi_sq)
export(prob_symm_chi_sq)
export(ruzicka)
export(soergel)
export(sorensen)
export(squared_chi_sq)
export(squared_chord)
export(squared_euclidean)
export(taneja)
export(tanimoto)
export(topsoe)
export(wave_hedges)
importFrom(Rcpp,sourceCpp)
useDynLib(philentropy, .registration = TRUE)