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