1 write to _genericRowMapper
Microsoft.ML.Data (1)
Scorers\FeatureContributionCalculation.cs (1)
323
_genericRowMapper
= genericMapper as ISchemaBoundRowMapper;
2 references to _genericRowMapper
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
349
_outputGenericSchema =
_genericRowMapper
.OutputSchema;
378
var genericRow =
_genericRowMapper
.GetRow(input, activeColumns);