|
|
||
|---|---|---|
| .. | ||
| tests | ||
| README | ||
| __init__.py | ||
| _graph_tools.c | ||
| _graph_tools.pyx | ||
| _graph_validation.py | ||
| _min_spanning_tree.c | ||
| _min_spanning_tree.pyx | ||
| _traversal.c | ||
| _traversal.pyx | ||
| setup.py | ||
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.