VBufferDataFrameColumn<T>.GetValueGetterUsingCursor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- cursor
- DataViewRowCursor
- schemaColumn
- DataViewSchema.Column