Fuses multiple affinity matrices into a unified similarity network.
Usage
snf_fuse(Wall, K = 20, t = 20)
Arguments
- Wall
List of affinity matrices (one per data type).
- K
Number of neighbors for KNN step (default: 20).
- t
Number of iterations for diffusion process (default: 20).
Value
Unified similarity matrix.