1 write to View
Microsoft.ML.Data (1)
DataLoadSave\LegacyCompositeDataLoader.cs (1)
428
View
= transforms[transforms.Length - 1].Transform;
12 references to View
Microsoft.ML.Data (12)
Commands\ShowSchemaCommand.cs (1)
108
IDataView view = (data as LegacyCompositeDataLoader)?.
View
?? data;
DataLoadSave\LegacyCompositeDataLoader.cs (7)
205
srcView = composite.
View
;
429
_tview =
View
as ITransposeDataView;
578
return
View
.GetRowCount();
581
public bool CanShuffle =>
View
.CanShuffle;
583
public DataViewSchema Schema =>
View
.Schema;
590
return
View
.GetRowCursor(columnsNeeded, rand);
598
return
View
.GetRowCursorSet(columnsNeeded, n, rand);
Model\Pfa\SavePfaCommand.cs (1)
104
source = trueEnd = (end as LegacyCompositeDataLoader)?.
View
?? end;
Utilities\ApplyTransformUtils.cs (2)
81
chain = cdl.
View
;
94
chain = cdl.
View
;
Utilities\ModelFileUtils.cs (1)
87
result = cdl == null ? loader : cdl.
View
;