From cb0518fd2ef0a587f649db75caebdfcc377567aa Mon Sep 17 00:00:00 2001 From: Mello Date: Wed, 31 Mar 2021 15:55:44 +0100 Subject: [PATCH] Broken link of reference The old link is broken. Replace it with http://www.tml.cs.uni-tuebingen.de/team/luxburg/publications/Luxburg07_tutorial.pdf --- autosp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autosp.py b/autosp.py index 52eb2e1..9186191 100644 --- a/autosp.py +++ b/autosp.py @@ -29,8 +29,8 @@ def predict_k(affinity_matrix): ---------- A Tutorial on Spectral Clustering, 2007 Luxburg, Ulrike - http://www.kyb.mpg.de/fileadmin/user_upload/files/publications/attachments/Luxburg07_tutorial_4488%5b0%5d.pdf - + http://www.tml.cs.uni-tuebingen.de/team/luxburg/publications/Luxburg07_tutorial.pdf + """ """ @@ -67,4 +67,4 @@ def predict_k(affinity_matrix): k = gap_pre_index + 1 - return k \ No newline at end of file + return k