|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.som.KohonenNode
public class KohonenNode
This class represents a node in a KohonenNet. This node contains its current weight, which is randomly set initially, but adopted during the trainingsphase.
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 |
---|
private double[] weight
Constructor Detail |
---|
public KohonenNode(double[] weightInit)
Method Detail |
---|
public double[] getWeights()
public void setWeights(double[] weights)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |