1 write to _slotsInOutput
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
142
_slotsInOutput
= slotsInOutput;
1 reference to _slotsInOutput
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
190
var threshold = ComputeThreshold(scores,
_slotsInOutput
, out int tiedScoresToKeep);