Spiking Neuron Network Simulator
1.0
Simulation and training of spiking neuron networks, primarily theta neurons
Main Page
Related Pages
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Spike.cs
Go to the documentation of this file.
1
namespace
SpikingNeuronNetwork.Lib
2
{
6
public
class
Spike
7
{
14
public
int
Id {
get
; set; }
15
22
public
int
NeuronIndex {
get
; set; }
23
30
public
double
Time {
get
; set; }
31
38
public
override
string
ToString
()
39
{
40
return
"Spike from index "
+ NeuronIndex +
" at time "
+ Time +
"\n"
;
41
}
42
}
43
}
SpikingNeuronNetwork.Lib.Spike.ToString
override string ToString()
Returns a System.String that represents this instance.
Definition:
Spike.cs:38
SpikingNeuronNetwork.Lib.Spike
Spike Class
Definition:
Spike.cs:6
Visual Studio 2012
Projects
ThetaNeuron
ThetaNeuron
SpikingNeuronNetwork.Lib
Spike.cs
Generated on Thu Apr 24 2014 16:33:46 for Spiking Neuron Network Simulator by
1.8.7