1 write to _env
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
411_env = env;
5 references to _env
Microsoft.ML.Data (5)
Training\TrainerUtils.cs (5)
412_env.AssertValue(trainer); 413_env.Assert(trainer is ITrainer); 424_env.CheckValue(context, nameof(context)); 445var estimator = new ColumnCopyingEstimator(_env, nameMap.ToArray()); 452throw _env.Except($"Training resulted in a model of type {model.GetType().Name}.");