6 types derived from TrainerInputBaseWithLabel
Microsoft.ML.Data (1)
Training\TrainerInputBase.cs (1)
72
public abstract class TrainerInputBaseWithWeight :
TrainerInputBaseWithLabel
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
24
public abstract class ArgumentsBase :
TrainerInputBaseWithLabel
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
82
public sealed class Options :
TrainerInputBaseWithLabel
Microsoft.ML.StandardTrainers (2)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
73
internal sealed class Options :
TrainerInputBaseWithLabel
Standard\Online\OnlineLinear.cs (1)
22
public abstract class OnlineLinearOptions :
TrainerInputBaseWithLabel
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
346
public sealed class Options :
TrainerInputBaseWithLabel
1 reference to TrainerInputBaseWithLabel
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionUtil.cs (1)
57
public static T CreateOptions<T>(IEnumerable<SweepableParam> sweepParams, string labelColumn) where T :
TrainerInputBaseWithLabel