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

K

kohonen - package kohonen
 
KohonenNeuron - Class in network
Class representing neuron with bias and specyfied activation function
KohonenNeuron(int, double[], ActivationFunctionModel) - Constructor for class network.KohonenNeuron
Creates new neuron with specyfied numbers of weight.
KohonenNeuron(double[], ActivationFunctionModel) - Constructor for class network.KohonenNeuron
Creates new neuron with weight specyfied by array and specified activation funciton.
KohonenNeuronWithTired - Class in network
Class representing kohenen neuron with tiredness with specyfied activation function
KohonenNeuronWithTired(int, double[], ActivationFunctionModel) - Constructor for class network.KohonenNeuronWithTired
Creates new kohonen neuron with specyfied numbers of weight.
KohonenNeuronWithTired(double[], ActivationFunctionModel) - Constructor for class network.KohonenNeuronWithTired
Creates new kohonen neuron with weight specyfied by array and specified activation funciton.

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