blob: a78c8a7d7c46e15fc1d9bb1af67d5ad80bc0e152 (
plain)
1
2
3
4
|
python-cluster is a package that allows grouping a list of arbitrary
objects into related groups (clusters). Simply give it a list of data
and a function to determine the similarity between two items and you're
done.
|