G I O S T W

S

setLearningRate(double) - Method in class org.yccheok.SOM2D
Set the learning rate which will be used in training.
setNumOfIteration(int) - Method in class org.yccheok.SOM2D
Set the number of iteration which will be used in training.
setValue(double, int) - Method in class org.yccheok.SOMInput
Set index th weight value.
setValue(double, int) - Method in class org.yccheok.Weight
Set index th weight value.
SOM2D - Class in org.yccheok
A class for 2-Dimension Self-Organizing Map.
SOM2D(int, int, int) - Constructor for class org.yccheok.SOM2D
Creates a new instance of SOM2D
SOMInput - Class in org.yccheok
This is the wrapper to weight since SOM input has the same properties as weight.
SOMInput(int) - Constructor for class org.yccheok.SOMInput
Creates a new instance of SOMInput

G I O S T W