1 write to InputSchema
Microsoft.ML.Data (1)
Transforms\ColumnBindingsBase.cs (1)
684
InputSchema
= input;
5 references to InputSchema
Microsoft.ML.Data (5)
DataView\RowToRowMapperTransform.cs (2)
154
Contracts.Assert(activeInput.Length == _bindings.
InputSchema
.Count);
163
inputColumns = _bindings.
InputSchema
.Where(col => activeInput[col.Index] || predicateIn(col.Index));
Transforms\ColumnBindingsBase.cs (3)
759
Contracts.Assert(index <
InputSchema
.Count);
774
var active = new bool[
InputSchema
.Count];
778
Contracts.Assert(-AddedColumnIndices.Count <= src && src <
InputSchema
.Count);