[Scipy-svn] r5072 - trunk/scipy/cluster
scipy-svn at scipy.org
scipy-svn at scipy.org
Wed Nov 12 19:08:27 EST 2008
Author: damian.eads
Date: 2008-11-12 18:08:24 -0600 (Wed, 12 Nov 2008)
New Revision: 5072
Modified:
trunk/scipy/cluster/hierarchy.py
Log:
Fixed heading in hierarchy documentation index. Added additional function in the index that didn't appear before.
Modified: trunk/scipy/cluster/hierarchy.py
===================================================================
--- trunk/scipy/cluster/hierarchy.py 2008-11-13 00:04:43 UTC (rev 5071)
+++ trunk/scipy/cluster/hierarchy.py 2008-11-13 00:08:24 UTC (rev 5072)
@@ -82,7 +82,8 @@
+------------------+-------------------------------------------------+
These are predicates for checking the validity of linkage and
-inconsistency matrices, both condensed and redundant.
+inconsistency matrices as well as for checking isomorphism of two
+flat cluster assignments.
+------------------+-------------------------------------------------+
|*Function* | *Description* |
@@ -98,6 +99,9 @@
|Z_y_correspond |checks for validity of distance matrix given a |
| |linkage. |
+------------------+-------------------------------------------------+
+|numobs_linkage |the number of observations corresponding to a |
+| |linkage matrix. |
++------------------+-------------------------------------------------+
* MATLAB and MathWorks are registered trademarks of The MathWorks, Inc.
More information about the Scipy-svn
mailing list