com.rapidminer.tools.math.som
Class KohonenNode

java.lang.Object
  extended by com.rapidminer.tools.math.som.KohonenNode
All Implemented Interfaces:
java.io.Serializable

public class KohonenNode
extends java.lang.Object
implements java.io.Serializable

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

Author:
Sebastian Land
See Also:
Serialized Form

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
 

Constructor Detail

KohonenNode

public KohonenNode(double[] weightInit)
Method Detail

getWeights

public double[] getWeights()

setWeights

public void setWeights(double[] weights)


Copyright © 2001-2009 by Rapid-I