A C D E F G H I K L M N S T W X Y

H

HardLimitActivationFunction - Class in activationFunction
Hard Limit Activation Funciton return 1 if input value is greater then threshold and 0 otherwise.
HardLimitActivationFunction(double) - Constructor for class activationFunction.HardLimitActivationFunction
Creates a new instance of HardLimitActivationFunction with specified parameters p
HexagonalTopology - Class in topology
HexagonalTopology is a topology where neurons are placed in hexagonal net.
HexagonalTopology(int, int) - Constructor for class topology.HexagonalTopology
Creates a new instance of HexagonalTopology with specified numbers of rows and columns.
HiperbolicFunctionalFactor - Class in learningFactorFunctional
Hiperbolic Function describe by funtion c1/(c2 + k)
where:
c1, c2 - parameters k - iteration number
HiperbolicFunctionalFactor(double, double) - Constructor for class learningFactorFunctional.HiperbolicFunctionalFactor
Creates a new instance of HiperbolicFunctionalFactor with specified parameters c1, c2

A C D E F G H I K L M N S T W X Y