[SciPy-dev] doc typo in fclusterdata() function

Damian Eads eads at soe.ucsc.edu
Wed Feb 18 20:21:42 EST 2009


Hi Martin,

Good catch, thanks. I would appreciate it if you fixed the doc. I've
forwarded your message to the scipy-dev mailing list. Create an
account, reply with your account name, and someone will grant you
editing rights.

Thanks again,

Damian

On Wed, Feb 18, 2009 at 2:28 PM, Martin Spacek <mspacek at mm.st> wrote:
> Hi Damian,
>
> The first entry in the arguments list in the docstring for
> scipy.cluster.hierarchy.fclusterdata() is:
>
>        - Z : ndarray
>          The hierarchical clustering encoded with the matrix returned
>          by the ``linkage`` function.
>
> It should be something like:
>
>        - X : ndarray
>           ``n`` by ``m`` data matrix with ``n`` observations in ``m``
>           dimensions
>
> This is in scipy 0.7rc2, the online scipy docs, and also in hcluster 0.2.
>
> I should get myself editing rights for the scipy docs :)
>
> Cheers,
>
> Martin



More information about the SciPy-Dev mailing list