Macaulay2 » Documentation
Packages » NeuralIdeals :: codeSupport
next | previous | forward | backward | up | index | toc

codeSupport -- lists which neurons fire together

Description

Given a NeuralCode, this returns a list of the sets of neurons that fire together.
i1 : C=neuralCode({"000","100","110","001","101"});
i2 : codeSupport(C)

o2 = {{}, {1}, {1, 2}, {3}, {1, 3}}

o2 : List

Ways to use codeSupport:

  • codeSupport(NeuralCode)

For the programmer

The object codeSupport is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/NeuralIdeals.m2:823:0.