2 writes to _topContributionsCount
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
129
_topContributionsCount
= topContributionsCount;
154
_topContributionsCount
= ctx.Reader.ReadInt32();
5 references to _topContributionsCount
Microsoft.ML.Data (5)
Scorers\FeatureContributionCalculation.cs (5)
155
Contracts.CheckDecode(0 <=
_topContributionsCount
);
183
Contracts.Assert(0 <=
_topContributionsCount
);
184
ctx.Writer.Write(
_topContributionsCount
);
229
var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(
_topContributionsCount
, _bottomContributionsCount, _normalize);
271
var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(
_topContributionsCount
, _bottomContributionsCount, _normalize);