1 write to _bindings
Microsoft.ML.Data (1)
Scorers\RowToRowScorerBase.cs (1)
245
_bindings
= parent.GetBindings();
6 references to _bindings
Microsoft.ML.Data (6)
Scorers\RowToRowScorerBase.cs (6)
247
Ch.Assert(active.Length ==
_bindings
.ColumnCount);
250
_output =
_bindings
.RowMapper.GetRow(input, activeMapperColumns);
253
Ch.Assert(_output.Schema ==
_bindings
.RowMapper.OutputSchema);
254
_getters = parent.GetGetters(_output, iinfo => active[
_bindings
.MapIinfoToCol(iinfo)]);
278
Ch.Check(column.Index <
_bindings
.ColumnCount);
294
int index =
_bindings
.MapColumnIndex(out isSrc, column.Index);