1 instantiation of Mapper
Microsoft.ML.Data (1)
Transforms\FeatureContributionCalculationTransformer.cs (1)
163=> new Mapper(this, schema);
2 references to Mapper
Microsoft.ML.Data (2)
Transforms\FeatureContributionCalculationTransformer.cs (2)
167private static readonly FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate> _getValueGetterMethodInfo 168= FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate>.Create(target => target.GetValueGetter<int>);