1 instantiation of PairwiseCouplingTrainer
Microsoft.ML.StandardTrainers (1)
StandardTrainersCatalog.cs (1)
804return new PairwiseCouplingTrainer(env, est, labelColumnName, imputeMissingLabelsAsNegative,
11 references to PairwiseCouplingTrainer
Microsoft.ML.StandardTrainers (11)
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (9)
16[assembly: LoadableClass(PairwiseCouplingTrainer.Summary, typeof(PairwiseCouplingTrainer), typeof(PairwiseCouplingTrainer.Options), 18PairwiseCouplingTrainer.UserNameValue, PairwiseCouplingTrainer.LoadNameValue)] 85/// Options passed to <see cref="Microsoft.ML.Trainers.PairwiseCouplingTrainer"/>. 92/// Constructs a <see cref="PairwiseCouplingTrainer"/> trainer supplying the base trainer to use, for the classification task 101/// Initializes a new instance of the <see cref="PairwiseCouplingTrainer"/> 225/// Model parameters for <see cref="PairwiseCouplingTrainer"/>.
StandardTrainersCatalog.cs (2)
769/// Create a <see cref="PairwiseCouplingTrainer"/>, which predicts a multiclass target using pairwise coupling strategy with 792public static PairwiseCouplingTrainer PairwiseCoupling<TModel>(this MulticlassClassificationCatalog.MulticlassClassificationTrainers catalog,