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