scikit-learn/sklearn/utils/sparsetools
Andreas Mueller e24e391dcf FIX don't raise file-level SkipTests 2013-10-20 14:00:58 -07:00
..
tests FIX don't raise file-level SkipTests 2013-10-20 14:00:58 -07:00
README Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
__init__.py COSMIT pep8 2013-07-23 15:17:32 +02:00
_graph_tools.c Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
_graph_tools.pyx Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
_graph_validation.py COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
_min_spanning_tree.c Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
_min_spanning_tree.pyx Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
_traversal.c Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
_traversal.pyx Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
setup.py FIX: Finish package rename from mst -> sparsetools. Fixes #2189. 2013-07-23 06:51:13 -07:00

README

Backport of Minimum Spanning Tree

This code was backported from scipy 0.13, to cover a requirement in new code.
It was backported by Robert Layton <robertlayton@gmail.com> on 23rd May, 2013.

This folder should be removed when the scipy dependency for scikit-learn reaches v0.13 or higher.