1 write to _isNAs
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
562
_isNAs
= new Delegate[_parent.ColumnPairs.Length];
3 references to _isNAs
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (3)
589
_isNAs
[i] = _parent.GetIsNADelegate(type);
646
var isNA = (InPredicate<T>)
_isNAs
[iinfo];
671
var isNA = (InPredicate<T>)
_isNAs
[iinfo];