1 write to _trainer
Microsoft.ML.Data (1)
Commands\TrainCommand.cs (1)
102
_trainer
= args.Trainer;
2 references to _trainer
Microsoft.ML.Data (2)
Commands\TrainCommand.cs (2)
132
SendTelemetryComponent(pipe,
_trainer
);
142
ITrainer trainer =
_trainer
.CreateComponent(Host);