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