1 instantiation of OneRowDataView
Microsoft.ML.Data (1)
Data\RowCursorUtils.cs (1)
478
return new
OneRowDataView
(env, row);
2 references to OneRowDataView
Microsoft.ML.Data (2)
Data\RowCursorUtils.cs (2)
545
private readonly
OneRowDataView
_parent;
551
public Cursor(IHost host,
OneRowDataView
parent, bool[] active)