
DiffusionScores
DiffusionScores.RdS7 class wrapping the Rust spectral diffusion backend. Holds the input graph, the precomputed kernel (as an external pointer), and the resulting per-node diffusion scores.
Properties
- graph
An igraph object. The input graph.
- kernel_pointer
External pointer to the Rust
DiffusionKernel.NULLuntilbuild_kernel()is called.- scores
A data.table of diffusion results. Empty until
diffuse()is called.- params
Named list of parameters used during kernel construction and diffusion.