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