2 references to ColInfo
Microsoft.ML.Data (2)
Transforms\TransformBase.cs (2)
358
infos[i] = new
ColInfo
(names[i], colSrc, type, slotType as VectorDataViewType);
406
infos[i] = new
ColInfo
(dst, colSrc, type, slotType as VectorDataViewType);