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