class: Neighbour
public class: Neighbour
Author:
Project:
Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates:
Created: 14.12.2005 23:10:37; Modified: 14.12.2005 23:25:43;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{05B84223-9F3E-4983-90CD-12E3799DFFF0}
Auxiliary class for saving info about neuron in winner neuron neighbourhood
Goto:
Fields
,
Methods
See also:
KohonenNetwork
Appears in:
CD Kohonen network
Connections
Dependency link from class
[CD Kohonen network].KohonenNetwork
Neighbour
Attributes
Attribute
Details
private int
distance
Initial:
0
private int
index
Initial:
0
Neighbour
Methods
Operation
Details
public
Neighbour
():
public
Distance
():int
<<property>>
Notes:
distance from winner neuron
public
Index
():int
<<property>>
Notes:
index of neuron in Kohonen network
class: Neighbour