Skip to content

Commit

Permalink
fix default norm (did not match the description of the method)
Browse files Browse the repository at this point in the history
  • Loading branch information
pucicu committed Jul 4, 2024
1 parent be2d590 commit 4ce5258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
thresLib={'fix','var','fan'}; % the possible ways of threshold computation

algorithm = 'vector';
meth = 'max'; % norm
meth = 'euc'; % norm
thres = 'fix'; % threshold algorithm
e = 1; % recurrence threshold

Expand Down

0 comments on commit 4ce5258

Please sign in to comment.