Nn.Neuron.getBias C# (CSharp) Méthode

getBias() public méthode

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