2 writes to Normalize
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
106
Normalize
= normalize;
126
Normalize
= ctx.Reader.ReadBoolByte();
2 references to Normalize
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
147
ctx.Writer.WriteBoolByte(
Normalize
);
220
var map = _parent._predictor.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_parent.Top, _parent.Bottom, _parent.
Normalize
);