Documentation of 'org.neuroph.nnet.Adaline' Java class
Adaline
org.neuroph.nnet

Class Adaline

  • All Implemented Interfaces:
    java.io.Serializable


    public class Adaline
    extends NeuralNetwork
    Adaline neural network architecture with LMS learning rule. Uses bias input, bipolar inputs [-1, 1] and ramp transfer function It can be also created using binary inputs and linear transfer function, but that dont works for some problems.
    See Also:
    Serialized Form
    • Constructor Detail

      • Adaline

        public Adaline(int inputNeuronsCount)
        Creates new Adaline network with specified number of neurons in input layer
        Parameters:
        inputNeuronsCount - number of neurons in input layer

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.