DataFrameColumn.AddValueUsingCursor(DataViewRowCursor, Delegate) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Anexa un valor a este DataFrameColumn mediante 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)
Parámetros
- cursor
- DataViewRowCursor
Cursor de fila que tiene la posición actual
- ValueGetter
- Delegate
ValueGetter almacenado en caché para esta columna.