1 write to Tree
Microsoft.ML.FastTree (1)
Training\RegressionTreeNodeDocuments.cs (1)
26
Tree
= tree;
13 references to Tree
Microsoft.ML.FastTree (13)
Training\RegressionTreeNodeDocuments.cs (13)
34
_documentCount =
Tree
.GetNodesLeaves(NodeIndex).Sum(leaf => Partitioning.NumDocsInLeaf(leaf));
42
Tree
.UpdateOutputWithDelta(~NodeIndex, delta);
56
return
Tree
.GetNodesLeaves(NodeIndex).Select(l => new RegressionTreeNodeDocuments(
Tree
, Partitioning, ~l));
70
foreach (var leaf in
Tree
.GetNodesLeaves(NodeIndex))
103
LteNode = new RecursiveRegressionTree(
Tree
, Partitioning,
Tree
.GetLteChildForNode(NodeIndex));
104
GtNode = new RecursiveRegressionTree(
Tree
, Partitioning,
Tree
.GetGtChildForNode(NodeIndex));
116
Tree
.SetOutput(~NodeIndex, myOutput);
132
return
Tree
.GetOutput(~NodeIndex);
151
Tree
.SetOutput(~NodeIndex, myOutput);
172
return
Tree
.GetOutput(~NodeIndex);