move final L1 pairing after diffusion and relax ppr epsilon
This commit is contained in:
@@ -42,7 +42,7 @@ const MODULE_ID = 'diffusion';
|
||||
const CONFIG = {
|
||||
// PPR parameters (Page et al. 1998; GraftNet 2018 uses same values)
|
||||
ALPHA: 0.15, // restart probability
|
||||
EPSILON: 1e-6, // L1 convergence threshold
|
||||
EPSILON: 1e-5, // L1 convergence threshold
|
||||
MAX_ITER: 50, // hard iteration cap (typically converges in 15-25)
|
||||
|
||||
// Edge weight channel coefficients
|
||||
|
||||
Reference in New Issue
Block a user