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

Class Perceptron

    • Constructor Detail

      • Perceptron

        public Perceptron(int inputNeuronsCount,
                          int outputNeuronsCount)
        Creates new Perceptron with specified number of neurons in input and output layer, with Step trqansfer function
        Parameters:
        inputNeuronsCount - number of neurons in input layer
        outputNeuronsCount - number of neurons in output layer
      • Perceptron

        public Perceptron(int inputNeuronsCount,
                          int outputNeuronsCount,
                          TransferFunctionType transferFunctionType)
        Creates new Perceptron with specified number of neurons in input and output layer, and specified transfer function
        Parameters:
        inputNeuronsCount - number of neurons in input layer
        outputNeuronsCount - number of neurons in output layer
        transferFunctionType - transfer function type

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.