neurodata / ndgrutedb

Pipeline and tools for estimating human connectomes from Diffusion, Structural, and Functional MRI
http://neurodata.io
Apache License 2.0
29 stars 13 forks source link

Add support to do reliability on non-square matrices #198

Closed wrgr closed 8 years ago

wrgr commented 8 years ago

Alexandra asked for this. Would also be useful for some problem settings like subgraphs.

@jovo

gkiar commented 8 years ago

Reliability operates on a difference matrix, which thus far by definition is square (and I don't know how it ever wouldn't be). I need much more information to understand what she's actually trying to do. On Nov 25, 2015 08:57, "William Gray" notifications@github.com wrote:

Alexandra asked for this. Would also be useful for some problem settings like subgraphs.

@jovo https://github.com/jovo

— Reply to this email directly or view it on GitHub https://github.com/openconnectome/m2g/issues/198.

jovo commented 8 years ago

yah, let's punt on this for now. either she (or we) can convert rectangles into squares pretty easily.