Nn.Neuron.getBias C# (CSharp) 메소드

getBias() 공개 메소드

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