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