estimate_eps {tourr} | R 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 |
[Package tourr version 1.2.0 Index]