numl.Supervised.NaiveBayes.NaiveBayesGenerator.NaiveBayesGenerator C# (CSharp) Метод

NaiveBayesGenerator() публичный Метод

Constructor.
public NaiveBayesGenerator ( int width ) : System
width int The width.
Результат System
        public NaiveBayesGenerator(int width)
        {
            Width = width;
        }