DataFrame.IDataView.GetRowCursor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.ML.DataViewRowCursor IDataView.GetRowCursor (System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column> columnsNeeded, Random rand);
abstract member Microsoft.ML.IDataView.GetRowCursor : seq<Microsoft.ML.DataViewSchema.Column> * Random -> Microsoft.ML.DataViewRowCursor
override this.Microsoft.ML.IDataView.GetRowCursor : seq<Microsoft.ML.DataViewSchema.Column> * Random -> Microsoft.ML.DataViewRowCursor
Function GetRowCursor (columnsNeeded As IEnumerable(Of DataViewSchema.Column), rand As Random) As DataViewRowCursor Implements IDataView.GetRowCursor
Parameters
- columnsNeeded
- IEnumerable<DataViewSchema.Column>
- rand
- Random