Skip to content

Commit

Permalink
Wordsmithed hierarchy section of 0.7.0 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
damian.eads committed Dec 10, 2008
1 parent f40582a commit c682e0a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/release/0.7.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,13 @@ between descendants. The ``fcluster`` and ``fclusterdata`` functions
transform a hierarchical clustering into a set of flat clusters. Since
these flat clusters are generated by cutting the tree into a forest of
trees, the ``leaders`` function takes a linkage and a flat clustering
and finds the root of each tree in the forest. Finally, a matplotlib
extension is provided for plotting dendrograms.
and finds the root of each tree in the forest. The ``ClusterNode``
class represents a hierarchical clusterings as a field-navigable tree
object. ``to_tree`` converts a matrix-encoded hierarchical clustering
to a ``ClusterNode`` object. Routines for converting between MATLAB
and SciPy linkage encodings are provided. Finally, a ``dendrogram``
function plots hierarchical clusterings as a dendrogram using
matplotlib.

New Spatial package
~~~~~~~~~~~~~~~~~~~
Expand All @@ -112,7 +117,7 @@ unordered pairs of vectors in a set of vectors. The ``cdist`` computes
the distance on all pairs of vectors in the Cartesian product of two
sets of vectors. Pairwise distance matrices are stored in condensed
form, only the upper triangular is stored. ``squareform`` converts
between square distance matrices and condensed distance matrices.
distance matrices between square and condensed forms.

Reworked fftpack package
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c682e0a

Please sign in to comment.