1 write to _host
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
742
_host
= host;
10 references to _host
Microsoft.ML.Data (10)
DataView\Transposer.cs (10)
744
_host
.AssertValue(input);
745
_host
.AssertValue(toSlice);
757
_host
.Assert(splitter.ColumnCount >= 1);
787
_host
.Assert(outputColumnCount == _colToSplitIndex.Length);
813
_host
.Assert(0 <= incol && incol < _incolToLim.Length);
826
_host
.Assert(0 <= col && col < _colToSplitIndex.Length);
839
return new Cursor(
_host
, this, _input.GetRowCursor(inputCols, rand), predicate, activeSplitters);
844
_host
.CheckValueOrNull(rand);
854
result[i] = new Cursor(
_host
, this, result[i], predicate, activeSplitters);
868
_host
.AssertValueOrNull(pred);