1 type derived from AnnotationInfo
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
855internal sealed class AnnotationInfo<T> : AnnotationInfo
12 references to AnnotationInfo
Microsoft.ML.Data (12)
Data\SchemaDefinition.cs (3)
212internal Dictionary<string, AnnotationInfo> AnnotationInfos { get; } 245AnnotationInfos = new Dictionary<string, AnnotationInfo>(); 267internal void AddAnnotation(string kind, AnnotationInfo info)
DataView\DataViewConstructionUtils.cs (4)
22private static readonly FuncStaticMethodInfo1<string, DataViewSchema.Annotations, AnnotationInfo> _getAnnotationInfoMethodInfo 23= new FuncStaticMethodInfo1<string, DataViewSchema.Annotations, AnnotationInfo>(GetAnnotationInfo<int>); 102private static AnnotationInfo GetAnnotationInfo<T>(string kind, DataViewSchema.Annotations annotations) 852/// Strongly-typed version of <see cref="AnnotationInfo"/>, that contains the actual value of the annotation.
DataView\InternalSchemaDefinition.cs (5)
30public Dictionary<string, AnnotationInfo> Annotations { get; } 40Dictionary<string, AnnotationInfo> metadataInfos) : 49Dictionary<string, AnnotationInfo> metadataInfos) : 54Delegate generator = null, Dictionary<string, AnnotationInfo> metadataInfos = null) 76Annotations = metadataInfos == null ? new Dictionary<string, AnnotationInfo>()