1 write to TypeSrc
Microsoft.ML.Data (1)
Transforms\KeyToVector.cs (1)
235TypeSrc = type;
15 references to TypeSrc
Microsoft.ML.Data (15)
Transforms\KeyToVector.cs (15)
257int valueCount = _infos[i].TypeSrc.GetValueCount(); 258int keyCount = _infos[i].TypeSrc.GetItemType().GetKeyCountAsInt32(Host); 308var srcType = _infos[iinfo].TypeSrc; 367var typeSrc = _infos[iinfo].TypeSrc as VectorDataViewType; 431int valueCount = info.TypeSrc.GetValueCount(); 436int size = info.TypeSrc.GetItemType().GetKeyCountAsInt32(Host); 456if (!(info.TypeSrc is VectorDataViewType)) 470KeyDataViewType keyTypeSrc = _infos[iinfo].TypeSrc as KeyDataViewType; 504VectorDataViewType srcVectorType = info.TypeSrc as VectorDataViewType; 550VectorDataViewType srcVectorType = info.TypeSrc as VectorDataViewType; 668DataViewType srcType = info.TypeSrc; 709var dim = info.TypeSrc.GetValueCount(); 718var categoryRange = info.TypeSrc.GetItemType().GetKeyCountAsInt32(Host); 721var encodedVariableName = (isOutputCountVector && info.TypeSrc is VectorDataViewType) ? 727if (_parent._columns[iinfo].OutputCountVector && info.TypeSrc is VectorDataViewType)