1 write to _leafSampleWeights
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
238
tree.ExtractLeafSamplesAndTheirWeights(out _leafSamples, out
_leafSampleWeights
);
3 references to _leafSampleWeights
Microsoft.ML.FastTree (3)
RegressionTree.cs (3)
200
/// Sample labels' weights from training data. <see cref="
_leafSampleWeights
"/>[i] stores the weights for
201
/// labels falling into the i-th leaf. <see cref="
_leafSampleWeights
"/>[i][j] is the weight of
233
return
_leafSampleWeights
[leafIndex];