3 references to Count
Microsoft.ML.FastTree (3)
TreeEnsemble\InternalTreeEnsemble.cs (3)
325
for (int ifeat = 0; ifeat < fmap.
Count
; ++ifeat)
456
Contracts.Assert(0 <= ifeat && ifeat <
Count
);
463
Contracts.Assert(0 <= ifeat && ifeat <
Count
);