Condividi tramite


ArrowStringDataFrameColumn.GetDataViewGetter(DataViewRowCursor) Metodo

Definizione

Crea un ValueGetter<TValue> oggetto che restituirà il valore della colonna per la riga a cui fa riferimento il cursore.

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

Parametri

cursor
DataViewRowCursor

Cursore di riga con la posizione corrente.

Restituisce

Si applica a