Uses of Class
neuroidnet.ntr.Peripheral

Packages that use Peripheral
neuroidnet.ntr Holds the main classes for the simulator. 
neuroidnet.phasesegregator Example for the phase segregation hypothesis. 
 

Uses of Peripheral in neuroidnet.ntr
 

Fields in neuroidnet.ntr declared as Peripheral
protected  Peripheral Network.peripheral
          Peripheral control device
 

Methods in neuroidnet.ntr that return Peripheral
 Peripheral Network.getPeripheral()
          Get the value of peripheral.
 

Methods in neuroidnet.ntr with parameters of type Peripheral
 void Network.setPeripheral(Peripheral v)
          Set the value of peripheral.
 

Uses of Peripheral in neuroidnet.phasesegregator
 

Subclasses of Peripheral in neuroidnet.phasesegregator
 class Peripheral
          Creates inputs in one SensoryArea that projects to neuroids in 3 input Areas.
 class StatisticalInputSequence
          Creates a random input sequence out of possible input patterns (objects).
 class ThreeLevelInputSequence
          Provides sequence of inputs for a three level deep network for demonstrating phase segregation.
 class TwoLevelInputSequence
          Provides sequence of inputs for a three level deep network for demonstrating phase segregation.