4 references to DocumentsInLeaf
Microsoft.ML.FastTree (4)
FastTreeTweedie.cs (2)
416foreach (int i in partitioning.DocumentsInLeaf(l)) 427foreach (int i in partitioning.DocumentsInLeaf(l))
Training\RegressionTreeNodeDocuments.cs (2)
65documentsInNode = new HashSet<int>(Partitioning.DocumentsInLeaf(~NodeIndex)); 72var allDocsInLeaf = Partitioning.DocumentsInLeaf(leaf);