5 references to Trainer
Microsoft.ML.Data (5)
Commands\CrossValidationCommand.cs (5)
110
TrainUtils.CheckTrainer(Host, args.
Trainer
, args.DataFile);
141
SendTelemetryComponent(pipe, ImplOptions.
Trainer
);
408
env.CheckValue(args.
Trainer
, nameof(args.
Trainer
));
425
_trainer = args.
Trainer
;