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