VBufferDataFrameColumn<T>.GetDataViewGetter(DataViewRowCursor) 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.
Crée un ValueGetter<TValue> qui retourne la valeur de la colonne pour la ligne référencée par le curseur.
protected internal override Delegate GetDataViewGetter (Microsoft.ML.DataViewRowCursor cursor);
override this.GetDataViewGetter : Microsoft.ML.DataViewRowCursor -> Delegate
Protected Friend Overrides Function GetDataViewGetter (cursor As DataViewRowCursor) As Delegate
Paramètres
- cursor
- DataViewRowCursor
Curseur de ligne qui a la position actuelle.