1 write to _featureContribution
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
316
_featureContribution
= predictor as IFeatureContributionMapper;
2 references to _featureContribution
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
341
Host.Check(
_featureContribution
!= null, "Predictor does not implement IFeatureContributionMapper");
342
return
_featureContribution
.GetFeatureContributionMapper<TSrc, TDst>(top, bottom, normalize);