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)
810
Host.Check(
_featureContribution
!= null, "Predictor does not implement " + nameof(IFeatureContributionMapper));
811
return
_featureContribution
.GetFeatureContributionMapper<TSrc, TDst>(top, bottom, normalize);