2 overrides of Bind
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
1022public override DataViewRow Bind(DataViewRow row, Func<int, bool> pred) 1116public override DataViewRow Bind(DataViewRow row, Func<int, bool> pred)
2 references to Bind
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
1259/// The cursor implementation creates the <see cref="DataViewRow"/>s using <see cref="Splitter.Bind"/>, 1290_sliceRows[i] = splitter.Bind(input, pred == null ? defaultPred : col => pred(col + localOffset));