5 writes to Count
Microsoft.ML.FastTree (5)
Dataset\FeatureFlock.cs (5)
558
vBin.
Count
= binStats.Count;
574
Count
= lowPopulationCount,
754
vBin.
Count
= binStats.Count;
772
vBin.
Count
+= lowPopulationCount;
793
vBin.
Count
= lowPopulationCount;
5 references to Count
Microsoft.ML.FastTree (5)
Dataset\FeatureFlock.cs (5)
506
public double Gradient => (SumTargets / (
Count
+ Bias));
621
gtCount += binStats.
Count
;
622
docsInCurrentGroup += binStats.
Count
;
843
gtCount += binStats.
Count
;
844
docsInCurrentGroup += binStats.
Count
;