2 writes to AnnotationType
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
846
AnnotationType
= annotationType;
908
AnnotationType
= annotationType;
8 references to AnnotationType
Microsoft.ML.Data (8)
Data\SchemaDefinition.cs (1)
283
builder.Add(kvp.Key, kvp.Value.
AnnotationType
, kvp.Value.GetGetterDelegate());
DataView\DataViewConstructionUtils.cs (7)
815
meta.Add(kvp.Value.Kind, kvp.Value.
AnnotationType
, kvp.Value.GetGetterDelegate());
917
Contracts.Assert(
AnnotationType
is VectorDataViewType);
936
if (
AnnotationType
is VectorDataViewType annotationVectorType)
952
if (
AnnotationType
is PrimitiveDataViewType)
957
Contracts.Assert(
AnnotationType
is TextDataViewType);
962
Contracts.Assert(
AnnotationType
.RawType == typeT);
976
return Utils.MarshalInvoke(_getGetterCoreMethodInfo, this,
AnnotationType
.RawType);