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