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);
689
return new Cursor(
_host
, _mapper, inputRowCursor, active);
694
_host
.CheckValueOrNull(rand);
702
_host
.AssertNonEmpty(inputs);
707
cursors[i] = new Cursor(
_host
, _mapper, inputs[i], active);