1 instantiation of Mapper
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
525private protected override IRowMapper MakeRowMapper(DataViewSchema schema) => new Mapper(this, schema);
5 references to Mapper
Microsoft.ML.Transforms (5)
MissingValueReplacing.cs (5)
543private static readonly FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate> _composeGetterOneMethodInfo 544= FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterOne<int>); 546private static readonly FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate> _composeGetterVecMethodInfo 547= FuncInstanceMethodInfo1<Mapper, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVec<int>); 557: base(parent.Host.Register(nameof(Mapper)), parent, inputSchema)