Freigeben über


DataFrame.IDataView.GetRowCursorSet Methode

Definition

Microsoft.ML.DataViewRowCursor[] IDataView.GetRowCursorSet(System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column> columnsNeeded, int n, Random rand);
abstract member Microsoft.ML.IDataView.GetRowCursorSet : seq<Microsoft.ML.DataViewSchema.Column> * int * Random -> Microsoft.ML.DataViewRowCursor[]
override this.Microsoft.ML.IDataView.GetRowCursorSet : seq<Microsoft.ML.DataViewSchema.Column> * int * Random -> Microsoft.ML.DataViewRowCursor[]
Function GetRowCursorSet (columnsNeeded As IEnumerable(Of DataViewSchema.Column), n As Integer, rand As Random) As DataViewRowCursor() Implements IDataView.GetRowCursorSet

Parameter

n
Int32
rand
Random

Gibt zurück

Implementiert

Gilt für: