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)
157Contracts.CheckDecode(0 <= _bottomContributionsCount); 185Contracts.Assert(0 <= _bottomContributionsCount); 186ctx.Writer.Write(_bottomContributionsCount); 229var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount, _bottomContributionsCount, _normalize); 271var map = Predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount, _bottomContributionsCount, _normalize);