DataViewSchema.Annotations.GetGetter<TValue> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得注釋資料列一個值的 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
參數
- column
- DataViewSchema.Column