1 type derived from AnnotationInfo
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
855
internal sealed class AnnotationInfo<T> :
AnnotationInfo
12 references to AnnotationInfo
Microsoft.ML.Data (12)
Data\SchemaDefinition.cs (3)
212
internal Dictionary<string,
AnnotationInfo
> AnnotationInfos { get; }
245
AnnotationInfos = new Dictionary<string,
AnnotationInfo
>();
267
internal void AddAnnotation(string kind,
AnnotationInfo
info)
DataView\DataViewConstructionUtils.cs (4)
22
private static readonly FuncStaticMethodInfo1<string, DataViewSchema.Annotations,
AnnotationInfo
> _getAnnotationInfoMethodInfo
23
= new FuncStaticMethodInfo1<string, DataViewSchema.Annotations,
AnnotationInfo
>(GetAnnotationInfo<int>);
102
private 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)
30
public Dictionary<string,
AnnotationInfo
> Annotations { get; }
40
Dictionary<string,
AnnotationInfo
> metadataInfos) :
49
Dictionary<string,
AnnotationInfo
> metadataInfos) :
54
Delegate generator = null, Dictionary<string,
AnnotationInfo
> metadataInfos = null)
76
Annotations = metadataInfos == null ? new Dictionary<string,
AnnotationInfo
>()