numl.Supervised.NaiveBayes.NaiveBayesGenerator.NaiveBayesGenerator C# (CSharp) Méthode

NaiveBayesGenerator() public méthode

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