2 references to InputSchema
Microsoft.ML.Data (2)
Transforms\ColumnSelecting.cs (2)
718var active = new bool[_mapper.InputSchema.Count]; 722return _mapper.InputSchema.Where(col => col.Index < active.Length && active[col.Index]);