Compartir a través de


DataViewSchema.Annotations.GetGetter<TValue> Método

Definición

Obtenga un delegado getter para un valor de la fila de anotaciones.

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)

Parámetros de tipo

TValue

Parámetros

Devoluciones

Se aplica a