Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
G
I
O
S
T
W
G
getBestMatchingUnit(SOMInput)
- Method in class org.yccheok.
SOM2D
Get the location of BMU for current SOM input.
getCurrentIteration()
- Method in class org.yccheok.
SOM2D
Get the number of current iteration during the training.
getHeight()
- Method in class org.yccheok.
SOM2D
Get the height of this SOM.
getLearningRate()
- Method in class org.yccheok.
SOM2D
Get the learing rate which will be used in training.
getMapRadius()
- Method in class org.yccheok.
SOM2D
Get the map radius based on the following equation : mapRadius = (double)(Math.max(width, height)) / 2.0
getNumOfInput()
- Method in class org.yccheok.
SOM2D
Get the number of input per neuron (weight).
getNumOfInput()
- Method in class org.yccheok.
SOMInput
Get the number of input.
getNumOfInput()
- Method in class org.yccheok.
Weight
Get the number of input.
getNumOfIteration()
- Method in class org.yccheok.
SOM2D
Get the number of iteration which will be used in training.
getTimeConstant()
- Method in class org.yccheok.
SOM2D
Get the time constant based on the following equation : timeConstant = (double)numOfIteration / Math.log(mapRadius)
getValue(int)
- Method in class org.yccheok.
SOMInput
Get index th of weight value.
getValue(int)
- Method in class org.yccheok.
Weight
Get index th of weight value.
getWeightValue(int, int, int)
- Method in class org.yccheok.
SOM2D
Get the value of index th weight at specified (x, y) location.
getWidth()
- Method in class org.yccheok.
SOM2D
Get the width of this SOM.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
G
I
O
S
T
W