2 instantiations of BindableMapper
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
81
return new
BindableMapper
(env, pred, args.Top, args.Bottom, args.Normalize, args.Stringify);
86
=> new
BindableMapper
(env, ctx);
4 references to BindableMapper
Microsoft.ML.Data (4)
Scorers\FeatureContributionCalculation.cs (4)
94
private static readonly FuncInstanceMethodInfo1<
BindableMapper
, DataViewRow, int, Delegate> _getValueGetterMethodInfo
95
= FuncInstanceMethodInfo1<
BindableMapper
, DataViewRow, int, Delegate>.Create(target => target.GetValueGetter<int>);
299
private readonly
BindableMapper
_parent;
313
public RowMapper(IHostEnvironment env,
BindableMapper
parent, RoleMappedSchema schema)