ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

zero-sized CFs #315

Open sf-issues opened 11 years ago

sf-issues commented 11 years ago

Converted from SourceForge issue 1834370, submitted by ceball Submit Date: 2007-11-19 06:19 GMT

Allow min_matrix_radius to be set to zero, and then say that if no unit ends up in the CF, then there will be no CF for that unit. But that's going to make the rest of the code hard to write, because we'll either have to deal with CFs with empty matrices, or deal with CFs missing altogether. (As an example, the problem of zero-sized CFs arises in examples/joublin_bc96.ty.) Maybe it would be simplest to use a non-zero CF size, but with a mask making no unit visible; not sure.

sf-issues commented 11 years ago

Submitted by ceball Date: 2008-03-04 12:19 GMT

Have SheetMask and CFMask.

Null cf support not implemented for plotting or for C code.

Also need to have an abstract Mask class to define interface.