DataViewSchema.Annotations.Builder.AddPrimitiveValue<TValue> 메서드

정의

기본 값 형식에 대한 주석 열을 하나 추가합니다.

public void AddPrimitiveValue<TValue> (string name, Microsoft.ML.Data.PrimitiveDataViewType type, TValue value, Microsoft.ML.DataViewSchema.Annotations annotations = default);
member this.AddPrimitiveValue : string * Microsoft.ML.Data.PrimitiveDataViewType * 'Value * Microsoft.ML.DataViewSchema.Annotations -> unit
Public Sub AddPrimitiveValue(Of TValue) (name As String, type As PrimitiveDataViewType, value As TValue, Optional annotations As DataViewSchema.Annotations = Nothing)

형식 매개 변수

TValue

매개 변수

name
String

주석 이름입니다.

type
PrimitiveDataViewType

주석 형식입니다.

value
TValue

주석 값

annotations
DataViewSchema.Annotations

입력 열의 주석입니다. 주석 열의 주석은 특정 형식(예: 벡터의 슬롯 이름, 키 형식의 키 값)을 제외하고는 다소 드뭅니다.

적용 대상