class: Kneuron

public class: Kneuron
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 14.12.2005 23:10:36; Modified: 14.12.2005 23:25:43;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2150C32A-8E81-479a-80EF-4C5D76CDD4ED}
Class representing neurons in Kohonen networks

 

Goto: Fields, Methods, Tagged Values

Implements: IClusterable

See also: KohonenNetwork, IClusterable

Appears in: CD Kohonen network

Connections
 
Kneuron Attributes
Attribute Details
private int
  clusterID
Initial: -1
public ArrayList
  weights
Initial: new ArrayList()
 
Kneuron Methods
Operation Details
public
Kneuron():
Notes: Constructor
public
Kneuron(
   double[] weights):
Notes: Constructor with initializing weights
public
SetWeights(
   double[] weights):void
Notes: Set weights
public
GetWeights():double
Notes: Get Weights

@returns
public
getClusterID():int
public
setClusterID(
   int id):void
public
getVector():double
 
Kneuron Tagged Values
Tag Value Notes
Attribute [Serializable]