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