Nn.Neuron.getBias C# (CSharp) Method

getBias() public method

public getBias ( ) : double
return double
        public double getBias()
        {
            return inputs[0].input;
        }
        // Get the complete list of inputs stored in the Input struct