1 write to IndexSrc
Microsoft.ML.Data (1)
Transforms\MetadataDispatcher.cs (1)
51IndexSrc = indexSrc;
4 references to IndexSrc
Microsoft.ML.Data (4)
Transforms\MetadataDispatcher.cs (4)
61return new ColInfo(SchemaSrc, IndexSrc, FilterSrc, getters); 236foreach (var kvp in info.SchemaSrc[info.IndexSrc].Annotations.Schema.Select(c => new KeyValuePair<string, DataViewType>(c.Name, c.Type))) 268return info.SchemaSrc[info.IndexSrc].Annotations.Schema.GetColumnOrNull(kind)?.Type; 298info.SchemaSrc[info.IndexSrc].Annotations.GetValue(kind, ref value);