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