Documentation of 'jhpro.nnet.jknnl.KohonenNeuronWithTired' Java class
KohonenNeuronWithTired
jhpro.nnet.jknnl

Class KohonenNeuronWithTired

    • Constructor Detail

      • KohonenNeuronWithTired

        public KohonenNeuronWithTired(int weightNumber,
                                      double[] maxWeight,
                                      ActivationFunctionModel activationFunction)
        Creates new kohonen neuron with specified numbers of weight. Value of the weight is random where max value is definite by maxWeight. Activation function is defined by activationFunction parameter.
        Parameters:
        weightNumber - numbers of weight
        maxWeight - max value of the weight
        activationFunction - activation function
      • KohonenNeuronWithTired

        public KohonenNeuronWithTired(double[] weightArray,
                                      ActivationFunctionModel activationFunction)
        Creates new kohonen neuron with weight specified by array and specified activation function. Numbers of weights are the same as length of the array.
        Parameters:
        weightArray - array of the weight
        activationFunction - activation function
    • Method Detail

      • setTiredness

        public void setTiredness(int tiredness)
        Set tiredness
        Specified by:
        setTiredness in interface TiredNeuronModel
        Parameters:
        tiredness - tiredness
      • getTiredness

        public int getTiredness()
        Return value of tiredness
        Specified by:
        getTiredness in interface TiredNeuronModel
        Returns:
        value of tiredness

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.