1 write to _view
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
95_view = view;
12 references to _view
Microsoft.ML.Data (12)
DataView\Transposer.cs (12)
96_tview = _view as ITransposeDataView; 106var schema = _view.Schema; 185rowCount = DataViewUtils.ComputeRowCount(_view); 235_host.CheckParam(0 <= col && col < _view.Schema.Count, nameof(col)); 255if (_view.Schema[col].Type is VectorDataViewType) 267var transposedColumn = _view.Schema[col]; 283public DataViewSchema Schema => _view.Schema; 285public bool CanShuffle { get { return _view.CanShuffle; } } 288=> _view.GetRowCursor(columnsNeeded, rand); 291=> _view.GetRowCursorSet(columnsNeeded, n, rand); 351_view = parent._view; 480_view = parent._view;