7 references to LeafValue
Microsoft.ML.FastTree (7)
FastTree.cs (4)
3212writer.Write(FloatUtils.ToRoundTripString(tree.LeafValue(~node))); 3263return (float)TrainedEnsemble.GetTreeAt(treeId).LeafValue(leafId); 3304keyValues.Add(NodeKeys.LeafValue, _regTree.LeafValue(nodeId)); 3337return _regTree.LeafValue(leafId);
FastTreeRanking.cs (1)
937double output = tree.LeafValue(l);
Training\ScoreTracker.cs (2)
111double output = tree.LeafValue(leaf) * multiplier; 210double output = tree.LeafValue(leaf) * multiplier;