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