View source: R/helper_functions.R
SpectralShift | R Documentation |
Matrix L
is assumed to have eigenvalues that are either all positive, or very
close to zero. If any eigenvalues are less than less than threshold
, a positive
quantity is added to the diagonal.
SpectralShift(L, threshold = 1e-10)
L |
A square numeric matrix. |
threshold |
The eigenvalue threshold. Default 1E-10. |
The spectral-shifted matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.