gasper News
SuiteSparseData
data frame mirrors the structure presented on
the SuiteSparse Matrix Collection website. Enables now easily query
and download specific matrices directly from the Collection.b
by beta
in betathresh
and SUREThresh
to avoid
confusion with the parameter that control the number of scales in
other functions.LD_SUREthresh
.forward_gft
/inverse_gft
.spectral_coords
function to compute spectral coordinates of a
graph using the two smallest non-zero eigenvalues of the graph
Laplacian.laplacian_mat
(keep unnormalized as default).localize_gft
/localize_sgwt
fun.forward/inverse_sgwt
,
HPFVN
, plot_filter
and tight_frame
) by passing additional
arguments (filter_params
/filter_func
).get_graph_info
to retrieve from SuiteSparse the two/three
tables with “Matrix Information,” “Matrix Properties” and, if
available, “SVD Statistics”.info
output in dowload_graph
to temp
to access temp dir
instead.svd
to fetch singular values is
needed and provided.HPFVN
.laplacian_mat
function (in the case of
full matrix input).graphname
by matrixname
(matrices in the SuiteSparse are
not necessarily adjacency matrices).SNR
fun (wrong output for matrices)PNSR
) function.download_graph
function for downloading graph matrix
without coordinates.SURE*thresh
functions (FALSE save memory allocation for large graphs).dim
to download_graph
providing a url to a
temporary file containing the information about the considered
matrix.randsignal
to avoid full spectrum calculation.randsignal
to benefit from sparse computation (much
faster).SNR
function (to remove rwavelet import used only in
vignettes)dim
to download_graph
providing the numbers of
rows, columns and numerically nonzero elements of the sparse matrix.download_graph
.foward_sgwt
and
inverse_sgwt
). Faster than calculation via
tight_frame
/analysis
and potentially useful when frame elements
do not need to be calculated.HPFVN
).zetav
(to avoid
redundancy).plot_filter
function (plot wavelet tight-frame functions).SUREthresh
functions.adjacency_mat
N arg.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.