3 references to GetClassificationLabelsFromRatings
Microsoft.ML.FastTree (3)
FastTreeClassification.cs (3)
253
_trainSetLabels =
GetClassificationLabelsFromRatings
(TrainSet).ToArray(TrainSet.NumDocs);
271
GetClassificationLabelsFromRatings
(ValidSet).ToArray(), _sigmoidParameter);
281
bool[] labels =
GetClassificationLabelsFromRatings
(TestSets[t]).ToArray();