1 write to _trainSetLabels
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
357_trainSetLabels = TrainSet.Ratings.Select(x => x >= 1).ToArray(TrainSet.NumDocs);
2 references to _trainSetLabels
Microsoft.ML.FastTree (2)
RandomForestClassification.cs (2)
350return new ObjectiveFunctionImpl(TrainSet, _trainSetLabels, FastTreeTrainerOptions); 362return new BinaryClassificationTest(ConstructScoreTracker(TrainSet), _trainSetLabels, 1);