summaryrefslogtreecommitdiff
path: root/rank.py
diff options
context:
space:
mode:
Diffstat (limited to 'rank.py')
-rw-r--r--rank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rank.py b/rank.py
index 26cbaee..3e538a9 100644
--- a/rank.py
+++ b/rank.py
@@ -259,7 +259,7 @@ for i in range(1000):
for k in range(K):
means[k] = tot[k] / cnt[k]
-print("Result of k-means")
+print("Result of team ranking using", smooth_func.__name__, score_func.__name__)
for idx, m in enumerate(means):
print("\t", rank_name[idx], m)