1 write to _host
Microsoft.ML.Data (1)
Transforms\ColumnSelecting.cs (1)
661_host = Contracts.CheckRef(env, nameof(env)).Register(nameof(SelectColumnsDataTransform));
5 references to _host
Microsoft.ML.Data (5)
Transforms\ColumnSelecting.cs (5)
681_host.AssertValueOrNull(rand); 689return new Cursor(_host, _mapper, inputRowCursor, active); 694_host.CheckValueOrNull(rand); 702_host.AssertNonEmpty(inputs); 707cursors[i] = new Cursor(_host, _mapper, inputs[i], active);