2 instantiations of AnnotationInfo
Microsoft.ML.Data (2)
Data\SchemaDefinition.cs (1)
264AnnotationInfos[kind] = new AnnotationInfo<T>(kind, value, annotationType);
DataView\DataViewConstructionUtils.cs (1)
106return new AnnotationInfo<T>(kind, value, annotations.Schema[kind].Type);
6 references to AnnotationInfo
Microsoft.ML.Data (6)
DataView\DataViewConstructionUtils.cs (6)
857private static readonly FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate> _getArrayGetterMethodInfo 858= FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate>.Create(target => target.GetArrayGetter<int>); 860private static readonly FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate> _getGetterCoreMethodInfo 861= FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate>.Create(target => target.GetGetterCore<int>); 863private static readonly FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate> _getVBufferGetterMethodInfo 864= FuncInstanceMethodInfo1<AnnotationInfo<T>, Delegate>.Create(target => target.GetVBufferGetter<int>);