2 writes to Bottom
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
105Bottom = numberOfNegativeContributions; 124Bottom = ctx.Reader.ReadInt32();
4 references to Bottom
Microsoft.ML.Data (4)
Transforms\FeatureContributionCalculationTransformer.cs (4)
125Contracts.CheckDecode(0 <= Bottom); 145Contracts.Assert(0 <= Bottom); 146ctx.Writer.Write(Bottom); 220var map = _parent._predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_parent.Top, _parent.Bottom, _parent.Normalize);