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

Class WTMLearningFunctionWithTired



  • public class WTMLearningFunctionWithTired
    extends WTMLearningFunction
    WTMLearningFunctionWithTired class - learning class used to learn neuron with tiredness
    • Constructor Detail

      • WTMLearningFunctionWithTired

        public WTMLearningFunctionWithTired(NetworkModel networkModel,
                                            int maxIteration,
                                            MetricModel metrics,
                                            LearningDataModel learningData,
                                            LearningFactorFunctionalModel functionalModel,
                                            NeighbourhoodFunctionModel neighboorhoodFunction)
        Creates a new instance of WTMLearningFunction
        Parameters:
        networkModel - reference to network Model
        maxIteration - max number of iteration
        metrics - reference to metrics
        learningData - reference to learning data
        functionalModel - reference to functional Model
        neighboorhoodFunction - reference to Neighborhood Function
    • Method Detail

      • getBestNeuron

        public int getBestNeuron(double[] vector)
        Return number of best neuron for specified input vector. Tiredness for all neurons increase
        Overrides:
        getBestNeuron in class WTMLearningFunction
        Parameters:
        vector - input vector
        Returns:
        NeuronModelnumber

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.