Commit Graph

12 Commits

Author SHA1 Message Date
Fabian Pedregosa d36c2acfec scipy.lena() no longer works on scipy's dev version.
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
2011-09-03 09:12:21 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa f8ef06eea0 FIX some broken examples. 2011-09-01 11:20:05 +02:00
Gael varoquaux 09bb0ce5c9 COSMIT: Simplify the lena ward example 2011-07-15 17:45:56 +02:00
GaelVaroquaux 7d6b8b1dad BUG: fix grid_to_graph 2011-03-03 13:59:22 +01:00
Alexandre Gramfort a3bc7eafcf ENH : factorizing img_to_graph and grid_to_graph
there was no bug before but an obscure img_to_graph(mask, mask)
that is now replaced by grid_to_graph (makes a connectivity structure
for a grid of pixels/voxels)
2011-02-28 10:58:00 -05:00
Alexandre Gramfort 5c9df2cefc FIX: ugly bug in connectivity on grids and images 2011-02-25 15:37:41 -05:00
Alexandre Gramfort f7eacfded0 remaining s/k/n_clusters 2011-01-25 13:16:14 -05:00
Alexandre Gramfort de06c23ba7 in hierarchical : s/adjacency_matrix/connectivity, s/k/n_clusters 2011-01-25 13:06:06 -05:00
Alexandre Gramfort 1ff5724cc8 ENH : refactoring Ward feature agglomeration to make it work with Pipeline 2011-01-22 17:37:20 -05:00