2 writes to _bottomContributionsCount
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
130
_bottomContributionsCount
= bottomContributionsCount;
156
_bottomContributionsCount
= ctx.Reader.ReadInt32();
5 references to _bottomContributionsCount
Microsoft.ML.Data (5)
Scorers\FeatureContributionCalculation.cs (5)
157
Contracts.CheckDecode(0 <=
_bottomContributionsCount
);
185
Contracts.Assert(0 <=
_bottomContributionsCount
);
186
ctx.Writer.Write(
_bottomContributionsCount
);
229
var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount,
_bottomContributionsCount
, _normalize);
271
var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount,
_bottomContributionsCount
, _normalize);