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
];
572
Contracts.Assert(labelsEditor.Values[i] <
_numLabels
);
689
for (int i = 0; i <
_numLabels
; i++)
693
for (int i = 0; i <
_numLabels
; i++)
695
Array.Clear(_labelSums, 0,
_numLabels
);
699
for (int i = 0; i <
_numLabels
; i++)
709
for (int i = 0; i <
_numLabels
; i++)
737
Contracts.Assert(0 <= label && label <
_numLabels
);
757
Contracts.Assert(0 <= label && label <
_numLabels
);