1 write to MaxLeaves
Microsoft.ML.FastTree (1)
Training\BaggingProvider.cs (1)
22
MaxLeaves
= maxLeaves;
4 references to MaxLeaves
Microsoft.ML.FastTree (4)
Training\BaggingProvider.cs (4)
54
CurrentTrainPartition = new DocumentPartitioning(trainDocs, trainSize,
MaxLeaves
);
55
CurrentOutOfBagPartition = new DocumentPartitioning(outOfBagDocs, outOfBagSize,
MaxLeaves
);
150
CurrentTrainPartition = new DocumentPartitioning(trainDocs, trainSize,
MaxLeaves
);
151
CurrentOutOfBagPartition = new DocumentPartitioning(outOfBagDocs, outOfBagSize,
MaxLeaves
);