3 references to DocumentPartitioning
Microsoft.ML.FastTree (3)
Training\DocumentPartitioning.cs (2)
43: this(numDocuments, maxLeaves) 55: this(dataset.NumDocs, tree.NumLeaves)
Training\TreeLearners\TreeLearner.cs (1)
21Partitioning = new DocumentPartitioning(TrainData.NumDocs, numLeaves);