1 instantiation of RowMapper
Microsoft.ML.Data (1)
Scorers\FeatureContributionCalculation.cs (1)
167
return new
RowMapper
(env, this, schema);
2 references to RowMapper
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
66
var
contributionMapper = mapper as
RowMapper
;