View source: R/Matrix_Denoising.R
denoise_rectangular_matrix | R Documentation |
Takes a rectangular matrix composed by the addition of a signal and a gaussian noise matrix and returns a matrix of the same dimension that is denoised through a singular value truncation proccess.
denoise_rectangular_matrix(input_mat)
input_mat |
A noisy matrix to denoise. |
Returns a same dimension denoised version of the matrix.
denoise_rectangular_matrix(matrix(c(1,2,3,4,5,2,3,1,2,3),ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.