1 write to Label
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
994Label = (int)_raw;
7 references to Label
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
995if (!_keepBad && !(Label == _raw && (0 <= _raw && (_raw < _classCount || _classCount == 0))))
Microsoft.ML.StandardTrainers (6)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (6)
168int size = cursor.Label + 1; 171if (featureHistogram[cursor.Label] == null) 172featureHistogram[cursor.Label] = new long[featureCount]; 173labelHistogram[cursor.Label] += 1; 182featureHistogram[cursor.Label][i] += 1; 191featureHistogram[cursor.Label][featureIndices[i]] += 1;