1 write to AddedColumnIndices
Microsoft.ML.Data (1)
Transforms\ColumnBindingsBase.cs (1)
736
AddedColumnIndices
= addedIndices.AsReadOnly();
7 references to AddedColumnIndices
Microsoft.ML.Data (7)
DataView\RowToRowMapperTransform.cs (5)
176
Contracts.Assert(0 <= col && col < _bindings.
AddedColumnIndices
.Count);
177
return 0 <= col && col < _bindings.
AddedColumnIndices
.Count && active[_bindings.
AddedColumnIndices
[col]];
184
if (_bindings.
AddedColumnIndices
.Any(predicate))
207
if (inputs.Length == 1 && n > 1 && _bindings.
AddedColumnIndices
.Any(predicate))
Transforms\ColumnBindingsBase.cs (2)
754
Contracts.Assert(index <
AddedColumnIndices
.Count);
778
Contracts.Assert(-
AddedColumnIndices
.Count <= src && src < InputSchema.Count);