1 write to _numExamples
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1778
_numExamples
= (int)numInstances;
3 references to _numExamples
Microsoft.ML.FastTree (3)
FastTree.cs (3)
1756
get { return
_numExamples
; }
1910
int len =
_numExamples
;
2356
ulong[] docIds = new ulong[
_numExamples
]; // All zeros is fine