edu.udo.cs.yale.tools.math.som
Class KohonenNode

java.lang.Object
  extended by edu.udo.cs.yale.tools.math.som.KohonenNode

public class KohonenNode
extends java.lang.Object

This class represents a node in a KohonenNet. This node contains its current weight, which is randomly set initially, but adopted during the trainingsphase.

Version:
$Id$
Author:
Sebastian Land

Field Summary
private  double[] weight
           
 
Constructor Summary
KohonenNode(double[] weightInit)
           
 
Method Summary
 double[] getWeights()
           
 void setWeights(double[] weights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

private double[] weight
Constructor Detail

KohonenNode

public KohonenNode(double[] weightInit)
Method Detail

getWeights

public double[] getWeights()

setWeights

public void setWeights(double[] weights)


Copyright © 2001-2006