2 instantiations of 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);
6 references to AnnotationInfo
Microsoft.ML.Data (6)
DataView\DataViewConstructionUtils.cs (6)
857
private static readonly FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate> _getArrayGetterMethodInfo
858
= FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate>.Create(target => target.GetArrayGetter<int>);
860
private static readonly FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate> _getGetterCoreMethodInfo
861
= FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate>.Create(target => target.GetGetterCore<int>);
863
private static readonly FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate> _getVBufferGetterMethodInfo
864
= FuncInstanceMethodInfo1<
AnnotationInfo
<T>, Delegate>.Create(target => target.GetVBufferGetter<int>);