class NumLink: public Link

Links of this class have associated a number. It is used in recurrent neural networks to specify which recurrenti input to link into.

Attributes:

unsigned int number
The number

Methods:

virtual ostream &writeTo(ostream &o)
Streaming helper: writes the number to the stream
istream &readFrom(istream &i)
Streaming helper: reads the number from the stream
static istream& dummyRead(istream &i)
Streaming helper: reads a number from the stream and discards it.