DataViewSchema.Annotations.GetGetter<TValue> 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.
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
- column
- DataViewSchema.Column