2 writes to _env
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
122_env = env; 141_env = env;
6 references to _env
Microsoft.ML.Data (6)
Scorers\FeatureContributionCalculation.cs (6)
123_env.CheckValue(predictor, nameof(predictor)); 135GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env, Predictor, null); 142_env.CheckValue(ctx, nameof(ctx)); 153GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env, Predictor, null); 216_env.Assert(0 <= index && index < slotNames.Length); 254_env.Assert(sb.Length >= 2);