7 references to NaiveBayes
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\NaiveBayes.cs (1)
39.NaiveBayes());
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
65/// <seealso cref="StandardTrainersCatalog.NaiveBayes(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String)"/>
Microsoft.ML.TensorFlow.Tests (2)
TensorflowTests.cs (2)
1120.Append(_mlContext.MulticlassClassification.Trainers.NaiveBayes("Label", "Output")); 1165.Append(_mlContext.MulticlassClassification.Trainers.NaiveBayes());
Microsoft.ML.Tests (3)
OnnxConversionTest.cs (2)
1652mlContext.MulticlassClassification.Trainers.NaiveBayes(), 1979mlContext.MulticlassClassification.Trainers.NaiveBayes("Label", "MyFeatureVector"),
TrainerEstimators\TrainerEstimators.cs (1)
155pipe = pipe.Append(ML.MulticlassClassification.Trainers.NaiveBayes("Label", "Features"));