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