Condividi tramite


DataViewSchema.Annotations.GetGetter<TValue> Metodo

Definizione

Ottenere un delegato getter per un valore della riga delle annotazioni.

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)

Parametri di tipo

TValue

Parametri

Restituisce

Si applica a