OnnxMapTypeAttribute 클래스

정의

열을 IDataView 필드로 선언 OnnxMapType 하려면 연결된 필드를 class.로 표시OnnxMapTypeAttribute해야 합니다. 해당 용도는 .VectorTypeAttribute에서 파생된 DataViewTypeAttribute다른 es와 class유사합니다.

public sealed class OnnxMapTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxMapTypeAttribute = class
    inherit DataViewTypeAttribute
Public NotInheritable Class OnnxMapTypeAttribute
Inherits DataViewTypeAttribute
상속
OnnxMapTypeAttribute

생성자

OnnxMapTypeAttribute()

지도(사전) 형식을 만듭니다.

OnnxMapTypeAttribute(Type, Type)

지도(사전) 형식을 만듭니다. 맵은 키-값 쌍의 컬렉션입니다. keyType 는 키의 형식을 지정하고 valueType 값의 형식입니다.

메서드

Equals(DataViewTypeAttribute)

키 형식이 동일하고 값 형식이 같은 지도 형식은 같아야 합니다.

GetHashCode()

동일한 키 형식과 동일한 값 형식을 가진 지도 형식에 대해 동일한 해시 코드를 생성합니다.

Register()

의 구현입니다 Register().

적용 대상