4 writes to _docIndices
Microsoft.ML.FastTree (4)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (4)
847_docIndicesCopy = _docIndices = new int[data.NumDocs]; 919_docIndices = _docIndicesCopy; 1011_docIndices = _docIndicesCopy; 1043_docIndices = null; //This is important, it indicates that we we can use index-free routines for sumup.
10 references to _docIndices
Microsoft.ML.FastTree (10)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (10)
889get { return _docIndices; } 897+ sizeof(int) * _docIndices.Length 920_numDocsInLeaf = partitioning.GetLeafDocuments(leafIndex, _docIndices); 928int docIndex = _docIndices[i]; 934_docIndices[nonZeroCount] = docIndex; 960int docIndex = _docIndices[i]; 965_docIndices[i] = docIndex; 973int docIndex = _docIndices[i]; 979_docIndices[i] = docIndex; 1020_docIndices[nonZeroCount] = i;