2 writes to CurrentTrainPartition
Microsoft.ML.FastTree (2)
Training\BaggingProvider.cs (2)
54CurrentTrainPartition = new DocumentPartitioning(trainDocs, trainSize, MaxLeaves); 150CurrentTrainPartition = new DocumentPartitioning(trainDocs, trainSize, MaxLeaves);
3 references to CurrentTrainPartition
Microsoft.ML.FastTree (3)
Training\BaggingProvider.cs (3)
56CurrentTrainPartition.Initialize(); 62return CurrentTrainPartition; 152CurrentTrainPartition.Initialize();