1 write to _host
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1427
_host
= env.Register("SlotDataView");
5 references to _host
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
1428
_host
.CheckValue(data, nameof(data));
1429
_host
.CheckParam(0 <= col && col < data.Schema.Count, nameof(col));
1431
_host
.AssertValue(_type);
1445
_host
.Assert(valueCount > 0);
1476
: base(parent.
_host
)