Spiking Neuron Network Simulator  1.0
Simulation and training of spiking neuron networks, primarily theta neurons
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SpikingNeuronNetwork.Lib.Spike Class Reference

Spike Class More...

Public Member Functions

override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

int Id [get, set]
 Gets or sets the identifier. More...
 
int NeuronIndex [get, set]
 Gets or sets the index of the neuron. More...
 
double Time [get, set]
 Gets or sets the time. More...
 

Detailed Description

Spike Class

Definition at line 6 of file Spike.cs.

Member Function Documentation

override string SpikingNeuronNetwork.Lib.Spike.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Definition at line 38 of file Spike.cs.

Property Documentation

int SpikingNeuronNetwork.Lib.Spike.Id
getset

Gets or sets the identifier.

The identifier.

Definition at line 14 of file Spike.cs.

int SpikingNeuronNetwork.Lib.Spike.NeuronIndex
getset

Gets or sets the index of the neuron.

The index of the neuron.

Definition at line 22 of file Spike.cs.

double SpikingNeuronNetwork.Lib.Spike.Time
getset

Gets or sets the time.

The time.

Definition at line 30 of file Spike.cs.


The documentation for this class was generated from the following file: