2 references to AnnotationInfo
Microsoft.ML.Data (2)
Data\SchemaDefinition.cs (1)
264
AnnotationInfos[kind] = new
AnnotationInfo
<T>(kind, value, annotationType);
DataView\DataViewConstructionUtils.cs (1)
106
return new
AnnotationInfo
<T>(kind, value, annotations.Schema[kind].Type);