2 instantiations of NaiveBayesMulticlassTrainer
Microsoft.ML.StandardTrainers (2)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
216() => new NaiveBayesMulticlassTrainer(host, input),
StandardTrainersCatalog.cs (1)
704return new NaiveBayesMulticlassTrainer(CatalogUtils.GetEnvironment(catalog), labelColumnName, featureColumnName);
13 references to NaiveBayesMulticlassTrainer
Microsoft.ML.StandardTrainers (13)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (11)
17[assembly: LoadableClass(NaiveBayesMulticlassTrainer.Summary, typeof(NaiveBayesMulticlassTrainer), typeof(NaiveBayesMulticlassTrainer.Options), 19NaiveBayesMulticlassTrainer.UserName, 20NaiveBayesMulticlassTrainer.LoadName, 21NaiveBayesMulticlassTrainer.ShortName)] 26[assembly: LoadableClass(typeof(void), typeof(NaiveBayesMulticlassTrainer), null, typeof(SignatureEntryPointModule), NaiveBayesMulticlassTrainer.LoadName)] 89/// Initializes a new instance of <see cref="NaiveBayesMulticlassTrainer"/> 105/// Initializes a new instance of <see cref="NaiveBayesMulticlassTrainer"/> 222/// Model parameters for <see cref="NaiveBayesMulticlassTrainer"/>.
StandardTrainersCatalog.cs (2)
687/// Create a <see cref="NaiveBayesMulticlassTrainer"/>, which predicts a multiclass target using a Naive Bayes model 699public static NaiveBayesMulticlassTrainer NaiveBayes(this MulticlassClassificationCatalog.MulticlassClassificationTrainers catalog,