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)
350
return new ObjectiveFunctionImpl(TrainSet,
_trainSetLabels
, FastTreeTrainerOptions);
362
return new BinaryClassificationTest(ConstructScoreTracker(TrainSet),
_trainSetLabels
, 1);