DataViewSchema.Annotations.GetGetter<TValue> Method

Definition

Get a getter delegate for one value of the annotations row.

public Microsoft.ML.ValueGetter<TValue> GetGetter<TValue> (Microsoft.ML.DataViewSchema.Column column);
member this.GetGetter : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.ValueGetter<'Value>
Public Function GetGetter(Of TValue) (column As DataViewSchema.Column) As ValueGetter(Of TValue)

Type Parameters

TValue

Parameters

Returns

Applies to