1 write to InputIsNA
Microsoft.ML.Transforms (1)
MissingValueIndicatorTransformer.cs (1)
172InputIsNA = GetIsNADelegate(InputType);
2 references to InputIsNA
Microsoft.ML.Transforms (2)
MissingValueIndicatorTransformer.cs (2)
256var isNA = (InPredicate<T>)_infos[iinfo].InputIsNA; 277var isNA = (InPredicate<T>)_infos[iinfo].InputIsNA;