estimate_eps: Estimate cutoff eps for section pursuit.

View source: R/section-pursuit.r

estimate_epsR Documentation

Estimate cutoff eps for section pursuit.

Description

Estimate cutoff eps for section pursuit.

Usage

estimate_eps(N, p, res, K, K_theta, r_breaks)

Arguments

N

total number of points in the input data.

p

number of dimensions of the input data.

res

resolution, (slice radius)/(data radius)

K

total number of bins

K_theta

number of angular bins

r_breaks

boundaries of the radial bins


tourr documentation built on Aug. 25, 2023, 1:08 a.m.