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));
135
GenericMapper = ScoreUtils.GetSchemaBindableMapper(
_env
, Predictor, null);
142
_env
.CheckValue(ctx, nameof(ctx));
153
GenericMapper = ScoreUtils.GetSchemaBindableMapper(
_env
, Predictor, null);
216
_env
.Assert(0 <= index && index < slotNames.Length);
254
_env
.Assert(sb.Length >= 2);