PrimitiveDataFrameColumn<T>.GetValueGetterUsingCursor Method

Definition

protected internal override Delegate GetValueGetterUsingCursor (Microsoft.ML.DataViewRowCursor cursor, Microsoft.ML.DataViewSchema.Column schemaColumn);
override this.GetValueGetterUsingCursor : Microsoft.ML.DataViewRowCursor * Microsoft.ML.DataViewSchema.Column -> Delegate
Protected Friend Overrides Function GetValueGetterUsingCursor (cursor As DataViewRowCursor, schemaColumn As DataViewSchema.Column) As Delegate

Parameters

schemaColumn
DataViewSchema.Column

Returns

Applies to