Page MenuHomePhabricator

Extend network statistics by filterable networks
Closed, WontfixPublic

Description

PhD relevant

Currently the network is created based on the fiber image and the parcellation and that's it. It would be desirable to add some filtering such as:

  • remove any edge below a certain weight
  • remove edges, beginning at the lowest weight, as long as the entire graph stays connected after removing the edge
  • force a graph to a certain number of nodes and edges

Event Timeline

[1a8738]: Merge branch 'bug-12152-extend-network-statistics-by-filters'

Merged commits:

2012-06-12 14:17:38 Caspar Goch [9d2081]
Added option to prune edges below a certain weight

A new function allows to remove edges which have a weight below a threshold. This will also remove any nodes which remain unconnected afterwards.


2012-06-12 14:16:50 Caspar Goch [d76fe9]
Added option to prune unconnected nodes


2012-06-12 13:02:23 Caspar Goch [cea7b1]
Added three more areas not to be included

Another nice thing would be to allow filtering of certain labels.

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.