-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
32 lines (31 loc) · 974 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(binomial_kernel)
export(chebyshev_distance_kernel)
export(distance_kernel)
export(euclidean_distance_kernel)
export(exponential_kernel)
export(gaussian_kernel_confidence)
export(gaussian_kernel_radius)
export(hard_uniform_circle_kernel)
export(horizontal_distance_kernel)
export(kernel_flip_both)
export(kernel_flip_horizontal)
export(kernel_flip_vertical)
export(manhattan_distance_kernel)
export(minkowski_distance_kernel)
export(normalize_kernel)
export(pfocal)
export(pfocal_fast_abs_rectangle)
export(pfocal_fast_binomial)
export(pfocal_fast_gaussian_confidence)
export(pfocal_fast_gaussian_radius)
export(pfocal_fast_separated)
export(pfocal_info_mean_divisor)
export(pfocal_info_nan_policy)
export(pfocal_info_reduce)
export(pfocal_info_transform)
export(pfocal_info_variance)
export(smooth_uniform_circle_kernel)
export(vertical_distance_kernel)
importFrom(Rcpp,sourceCpp)
useDynLib(pfocal, .registration = TRUE)