2 writes to _predictor
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
101
_predictor
= modelParameters as IFeatureContributionMapper;
121
ctx.LoadModel<IFeatureContributionMapper, SignatureLoadModel>(env, out
_predictor
, ModelFileUtils.DirPredictor);
4 references to _predictor
Microsoft.ML.Data (4)
Transforms\FeatureContributionCalculationTransformer.cs (4)
102
Host.AssertValue(
_predictor
);
142
ctx.SaveModel(
_predictor
, ModelFileUtils.DirPredictor);
216
Contracts.AssertValue(_parent.
_predictor
);
220
var map = _parent.
_predictor
.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_parent.Top, _parent.Bottom, _parent.Normalize);