numl.Supervised.NaiveBayes.NaiveBayesGenerator.NaiveBayesGenerator C# (CSharp) Method

NaiveBayesGenerator() public method

Constructor.
public NaiveBayesGenerator ( int width ) : System
width int The width.
return System
        public NaiveBayesGenerator(int width)
        {
            Width = width;
        }