DataViewSchema.Annotations.GetGetter<TValue> 方法

定义

获取注释行的一个值的 getter 委托。

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)

类型参数

TValue

参数

返回

适用于