DataFrameColumn.AddValueUsingCursor(DataViewRowCursor, Delegate) 方法

定义

Appends a value to this DataFrameColumn using 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)

参数

cursor
DataViewRowCursor

具有当前位置的行游标

ValueGetter
Delegate

此列的缓存 ValueGetter。

适用于