Sdílet prostřednictvím


DataFrameColumn.AddValueUsingCursor(DataViewRowCursor, Delegate) Metoda

Definice

Připojí hodnotu k tomuto DataFrameColumn použití. cursor

protected internal virtual void AddValueUsingCursor(Microsoft.ML.DataViewRowCursor cursor, Delegate ValueGetter);
abstract member AddValueUsingCursor : Microsoft.ML.DataViewRowCursor * Delegate -> unit
override this.AddValueUsingCursor : Microsoft.ML.DataViewRowCursor * Delegate -> unit
Protected Friend Overridable Sub AddValueUsingCursor (cursor As DataViewRowCursor, ValueGetter As Delegate)

Parametry

cursor
DataViewRowCursor

Kurzor řádku, který má aktuální pozici

ValueGetter
Delegate

HodnotaGetter uložená v mezipaměti pro tento sloupec.

Platí pro