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; 378var genericRow = _genericRowMapper.GetRow(input, activeColumns);