Documentation of 'org.encog.neural.pattern.BoltzmannPattern' Java class
BoltzmannPattern
org.encog.neural.pattern

Class BoltzmannPattern

    • Constructor Detail

      • BoltzmannPattern

        public BoltzmannPattern()
    • Method Detail

      • addHiddenLayer

        public void addHiddenLayer(int count)
        Not supported, will throw an exception, Boltzmann networks have no hidden layers.
        Specified by:
        addHiddenLayer in interface NeuralNetworkPattern
        Parameters:
        count - Not used.
      • clear

        public void clear()
        Clear any properties set on this network.
        Specified by:
        clear in interface NeuralNetworkPattern
      • getAnnealCycles

        public int getAnnealCycles()
        Returns:
        The number of annealing cycles per run.
      • getRunCycles

        public int getRunCycles()
        Returns:
        The number of cycles per run.
      • getTemperature

        public double getTemperature()
        Returns:
        The temperature.
      • setAnnealCycles

        public void setAnnealCycles(int annealCycles)
        Set the number of annealing cycles per run.
        Parameters:
        annealCycles - The new value.
      • setInputNeurons

        public void setInputNeurons(int count)
        Set the number of input neurons. This is the same as the number of output neurons.
        Specified by:
        setInputNeurons in interface NeuralNetworkPattern
        Parameters:
        count - The number of input neurons.
      • setOutputNeurons

        public void setOutputNeurons(int count)
        Set the number of output neurons. This is the same as the number of input neurons.
        Specified by:
        setOutputNeurons in interface NeuralNetworkPattern
        Parameters:
        count - The number of output neurons.
      • setRunCycles

        public void setRunCycles(int runCycles)
        Set the number of cycles per run.
        Parameters:
        runCycles - The new value.
      • setTemperature

        public void setTemperature(double temperature)
        Set the temperature.
        Parameters:
        temperature - The new value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.