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); 839return new Cursor(_host, this, _input.GetRowCursor(inputCols, rand), predicate, activeSplitters); 844_host.CheckValueOrNull(rand); 854result[i] = new Cursor(_host, this, result[i], predicate, activeSplitters); 868_host.AssertValueOrNull(pred);