Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
N
S
T
W
X
Y
L
learn()
- Method in class kohonen.
WTALearningFunction
Start learning process
learn()
- Method in class kohonen.
WTMLearningFunction
Start learning process
LearningData
- Class in
kohonen
Obiect containing learning data.
LearningData(String)
- Constructor for class kohonen.
LearningData
Creates a new instance of LearningData.
learningData
- Variable in class kohonen.
WTALearningFunction
reference to learning data
learningData
- Variable in class kohonen.
WTMLearningFunction
reference to learning data
LearningDataModel
- Interface in
kohonen
Obiect containg learning data.
learningFactorFunctional
- package learningFactorFunctional
LearningFactorFunctionalModel
- Interface in
learningFactorFunctional
Interface representing learning function model
LinearActivationFunction
- Class in
activationFunction
Linear Activation Function return value calculated by function describe as
y = a * x + b
. where:
a, b
- parameters of linear function
x
- input value
LinearActivationFunction()
- Constructor for class activationFunction.
LinearActivationFunction
Creates a new instance of LinearActivationFunction with default parameters set
a=1, b=0
LinearFunctionalFactor
- Class in
learningFactorFunctional
Linear function describe by:
y = (n0 / maxIter) * (maxIter - iter)
where:
y
- output value
n0
- maximal factor
maxIter
- maximal number of iteration
iter
- iteration number
LinearFunctionalFactor(double, double)
- Constructor for class learningFactorFunctional.
LinearFunctionalFactor
Creates a new instance of LinearFunctionalFactor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
N
S
T
W
X
Y