FBK-NILab / tractome

Tractome is an interactive 3D tool for exploration and segmentation of tractography data.
Other
7 stars 5 forks source link

Parallel dissimilarity #5

Closed emanuele closed 10 years ago

emanuele commented 10 years ago

This pull-request adds parallel computation of the dissimilarity matrix via joblib. It checks if joblib is available, otherwise it falls back to standard single core computation. I also removed useless imports in dissimilarity_common.py and fixed some typos (disimilarity -> dissimilarity) that propagated to tractome.py.