My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 1 attachment: cmeans.py.patch (392 bytes)

1
2
3
4
5
6
7
8
9
10
11
--- a/peach/fuzzy/cmeans.py
+++ b/peach/fuzzy/cmeans.py
@@ -10,7 +10,7 @@
__doc__ = """
Fuzzy C-Means

-Fuzzy C-Means is a clustering algorithm based no fuzzy logic.
+Fuzzy C-Means is a clustering algorithm based on fuzzy logic.

This package implements the fuzzy c-means algorithm for clustering and
classification. This algorithm is very simple, yet very efficient. From a
Powered by Google Project Hosting