3 references to GetWeightedOutput
Microsoft.ML.FastTree (3)
Training\RegressionTreeNodeDocuments.cs (3)
148
double myOutput = (1 - smoothing) *
GetWeightedOutput
(documentCount, out nodeCount) + smoothing * parentOutput;
176
double lteWeight = LteNode.
GetWeightedOutput
(documentCount, out lteDocCount);
178
double gtWeight = GtNode.
GetWeightedOutput
(documentCount, out gtDocCount);