AdvancedOCR.LeNetConfiguration.LeNetConfiguration C# (CSharp) Method

LeNetConfiguration() private method

private LeNetConfiguration ( int classCount ) : System
classCount int
return System
        private LeNetConfiguration(int classCount)
        {
            ClassCount = classCount;
            Characters = new char[classCount];
            Definitions = new double[classCount * LeNetNetwork.OutputFeedForwardNeurons];
        }