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