projects
/
ppam-mpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b2e10
)
update README
author
Benjamin Auder
<benjamin.a@mailoo.org>
Thu, 5 Feb 2015 22:15:14 +0000
(23:15 +0100)
committer
Benjamin Auder
<benjamin.a@mailoo.org>
Thu, 5 Feb 2015 22:15:14 +0000
(23:15 +0100)
README.html
patch
|
blob
|
blame
|
history
diff --git
a/README.html
b/README.html
index
3ca71f8
..
41d130e
100644
(file)
--- a/
README.html
+++ b/
README.html
@@
-1,5
+1,9
@@
<h1>Parallel clustering with k-medoids algorithm</h1>
+<p>Joint work with <a href="http://eric.univ-lyon2.fr/~jcugliari/">Jairo Cugliari</a>.</p>
+
+<hr/>
+
<p>This C program runs the k-medoid algorithm on several subsets of one (presumably big) dataset.
The computed medoids are then merged iteratively, until we get a final set of k centers.</p>