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)
1756get { return _numExamples; } 1910int len = _numExamples; 2356ulong[] docIds = new ulong[_numExamples]; // All zeros is fine