Uses of Interface
network.NeuronModel

Packages that use NeuronModel
network   
 

Uses of NeuronModel in network
 

Subinterfaces of NeuronModel in network
 interface TiredNeuronModel
          Tired Neuon interface.
 

Classes in network that implement NeuronModel
 class DefaultNeuron
          Class representing default neuron with specyfied activation function
 class DefaultNeuronWithBias
          Class representing neuron with bias and specyfied activation function
 class KohonenNeuron
          Class representing neuron with bias and specyfied activation function
 class KohonenNeuronWithTired
          Class representing kohenen neuron with tiredness with specyfied activation function
 

Methods in network that return NeuronModel
 NeuronModel NetworkModel.getNeuron(int neuronNumber)
          Return neuron with specified number
 NeuronModel DefaultNetwork.getNeuron(int neuronNumber)
          Return specified by number neuron