1 write to _boolMapper
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
865_boolMapper = CreateVectorMapper<bool, int>(BinOneBool);
2 references to _boolMapper
Microsoft.ML.Transforms (2)
MutualInformationFeatureSelection.cs (2)
864if (_boolMapper == null) 866_boolMapper(in input, ref output);