1 instantiation of SufficientStats
Microsoft.ML.FastTree (1)
Dataset\SingletonFeatureFlock.cs (1)
40
return new
SufficientStats
(this, hasWeights);
2 references to SufficientStats
Microsoft.ML.FastTree (2)
Dataset\SingletonFeatureFlock.cs (2)
102
private sealed class SufficientStats : SufficientStatsBase<
SufficientStats
>
120
protected override void SubtractCore(
SufficientStats
other)