2 writes to Top
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
104Top = numberOfPositiveContributions; 122Top = ctx.Reader.ReadInt32();
4 references to Top
Microsoft.ML.Data (4)
Transforms\FeatureContributionCalculationTransformer.cs (4)
123Contracts.CheckDecode(0 <= Top); 143Contracts.Assert(0 <= Top); 144ctx.Writer.Write(Top); 220var map = _parent._predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_parent.Top, _parent.Bottom, _parent.Normalize);