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

NeuralCode -- type of a neural code

Description

Stores the data of a neural code, specifically its code words, dimension, ring, and polarized ring.

Functions and methods returning a neural code:

  • neuralCode(Ideal) -- see neuralCode -- creates a NeuralCode object
  • neuralCode(List) -- see neuralCode -- creates a NeuralCode object
  • neuralCode(List,Ring) -- see neuralCode -- creates a NeuralCode object
  • neuralCode(List,Ring,Ring) -- see neuralCode -- creates a NeuralCode object
  • neuralCode(List,String,String) -- see neuralCode -- creates a NeuralCode object

Methods that use a neural code:

  • NeuralCode == NeuralCode -- see == -- determines whether two NeuralCodes are equal
  • canonicalForm(NeuralCode) -- see canonicalForm -- computes the canonical form of a neural ideal
  • canonicalResolution(NeuralCode) -- see canonicalResolution -- canonical resolution of a neural code
  • codeSupport(NeuralCode) -- see codeSupport -- lists which neurons fire together
  • dim(NeuralCode) -- see dim -- dimension of a NeuralCode
  • isWellDefined(NeuralCode) -- see isWellDefined -- determines whether a NeuralCode is well-defined
  • neuralIdeal(NeuralCode) -- see neuralIdeal -- computes the neural ideal of a neural code.
  • polarizedCanonicalForm(NeuralCode) -- see polarizedCanonicalForm -- computes the polarized canonical form
  • polarizedCanonicalIdeal(NeuralCode) -- see polarizedCanonicalIdeal -- polarized ideal generated by the canonical form
  • polarizedCanonicalResolution(NeuralCode) -- see polarizedCanonicalResolution -- computes the polarized canonical resolution
  • polarizedRing(NeuralCode) -- see polarizedRing -- returns the polarized ring of a NeuralCode
  • ring(NeuralCode) -- see ring -- ring of a NeuralCode

For the programmer

The object NeuralCode is a type, with ancestor classes HashTable < Thing.


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