1 write to InputType
Microsoft.ML.Transforms (1)
MissingValueIndicatorTransformer.cs (1)
170InputType = inType;
5 references to InputType
Microsoft.ML.Transforms (5)
MissingValueIndicatorTransformer.cs (5)
172InputIsNA = GetIsNADelegate(InputType); 241if (!(_infos[iinfo].InputType is VectorDataViewType)) 250=> Utils.MarshalInvoke(_composeGetterOneMethodInfo, this, _infos[iinfo].InputType.RawType, input, iinfo); 272=> Utils.MarshalInvoke(_composeGetterVecMethodInfo, this, _infos[iinfo].InputType.GetItemType().RawType, input, iinfo); 468var inputType = _infos[iinfo].InputType;