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

Class ADALINEPattern

    • Constructor Detail

      • ADALINEPattern

        public ADALINEPattern()
    • Method Detail

      • addHiddenLayer

        public void addHiddenLayer(int count)
        Not used, the ADALINE has no hidden layers, this will throw an error.
        Specified by:
        addHiddenLayer in interface NeuralNetworkPattern
        Parameters:
        count - The neuron count.
      • setInputNeurons

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

        public void setOutputNeurons(int count)
        Set the output neurons.
        Specified by:
        setOutputNeurons in interface NeuralNetworkPattern
        Parameters:
        count - The number of neurons in the output layer.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.