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