1 write to InfoIndex
Microsoft.ML.Data (1)
Transforms\KeyToValue.cs (1)
296InfoIndex = iinfo;
3 references to InfoIndex
Microsoft.ML.Data (3)
Transforms\KeyToValue.cs (3)
366var column = input.Schema[Parent.ColMapNewToOld[InfoIndex]]; 367if (!(Parent._types[InfoIndex] is VectorDataViewType)) 488var srcType = Parent.InputSchema[Parent.ColMapNewToOld[InfoIndex]].Type;