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;
106
var schema =
_view
.Schema;
185
rowCount = DataViewUtils.ComputeRowCount(
_view
);
235
_host.CheckParam(0 <= col && col <
_view
.Schema.Count, nameof(col));
255
if (
_view
.Schema[col].Type is VectorDataViewType)
267
var transposedColumn =
_view
.Schema[col];
283
public DataViewSchema Schema =>
_view
.Schema;
285
public 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
;