Construct a diffusion-time grid for HKS/diffusion descriptors
Source:R/structure_descriptors.R
hks_time_grid.RdConstruct a diffusion-time grid for HKS/diffusion descriptors
Arguments
- values
Numeric vector of eigenvalues (typically Laplacian eigenvalues).
- q
Integer number of time points.
- mode
Either `"auto"` (derive a time range from the spectrum) or `"fixed"` (use `time_range`).
- time_range
Length-2 positive numeric vector giving min/max times when `mode="fixed"`.
- spacing
Either `"log"` (default; typical for HKS) or `"linear"`.
- time_scale
Positive scalar multiplier applied to the resulting times.
- eigen_tol
Positive threshold; eigenvalues `<= eigen_tol` are ignored when `mode="auto"`.