2 writes to _featureContribution
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
756_featureContribution = SubModel as IFeatureContributionMapper; 763_featureContribution = SubModel as IFeatureContributionMapper;
2 references to _featureContribution
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
810Host.Check(_featureContribution != null, "Predictor does not implement " + nameof(IFeatureContributionMapper)); 811return _featureContribution.GetFeatureContributionMapper<TSrc, TDst>(top, bottom, normalize);