5 writes to _numLabels
Microsoft.ML.Transforms (5)
MutualInformationFeatureSelection.cs (5)
526_numLabels = lim - min; 533_numLabels = lim - min; 540_numLabels = lim - min; 547_numLabels = 3; 559_numLabels = labelType.GetKeyCountAsInt32(_host) + 1;
10 references to _numLabels
Microsoft.ML.Transforms (10)
MutualInformationFeatureSelection.cs (10)
495_contingencyTable = new int[_numLabels][]; 496_labelSums = new int[_numLabels]; 572Contracts.Assert(labelsEditor.Values[i] < _numLabels); 689for (int i = 0; i < _numLabels; i++) 693for (int i = 0; i < _numLabels; i++) 695Array.Clear(_labelSums, 0, _numLabels); 699for (int i = 0; i < _numLabels; i++) 709for (int i = 0; i < _numLabels; i++) 737Contracts.Assert(0 <= label && label < _numLabels); 757Contracts.Assert(0 <= label && label < _numLabels);