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