DataFrame.IDataView.GetRowCursor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- columnsNeeded
- IEnumerable<DataViewSchema.Column>
- rand
- Random