Thresholding Methods

From Brain Mapping Unit
Revision as of 09:41, 19 May 2011 by pv226 (talk | contribs)
Jump to navigationJump to search

Global Thresholding

A simple filtering technique is to apply a continuously variable threshold,, to the association matrix , so that if , and otherwise.

Fixed Cost

As is continuously variable, it is possible to use this and related filtering techniques to construct binary graphs of arbitrary connection density or topological cost, , where is the number of edges in the graph (or non-zero elements in the adjacency matrix) divided by the maximum possible number of edges, .


MST-based methods

Aaron's Code

MST + Global thresholding

Back To Main Page

Main Page