[Scipy-svn] r3076 - trunk/Lib/cluster
scipy-svn@scip...
scipy-svn@scip...
Thu Jun 7 23:14:20 CDT 2007
Author: cdavid
Date: 2007-06-07 23:14:14 -0500 (Thu, 07 Jun 2007)
New Revision: 3076
Modified:
trunk/Lib/cluster/vq.py
Log:
Fix typo in kmeans2 docstring.
Modified: trunk/Lib/cluster/vq.py
===================================================================
--- trunk/Lib/cluster/vq.py 2007-06-08 04:09:24 UTC (rev 3075)
+++ trunk/Lib/cluster/vq.py 2007-06-08 04:14:14 UTC (rev 3076)
@@ -483,7 +483,7 @@
interpreted as initial cluster to use instead.
niter : int
Number of iterations to run.
- niter : float
+ thresh : float
(not used yet).
minit : string
Method for initialization. Available methods are random, points and
More information about the Scipy-svn
mailing list