2 writes to _currentDk
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\ConjugateGradientDescent.cs (2)
18_currentDk = new double[trainData.NumDocs]; 49_currentDk = previousDk; // Really no-op operation
3 references to _currentDk
Microsoft.ML.FastTree (3)
Training\OptimizationAlgorithms\ConjugateGradientDescent.cs (3)
30double[] previousDk = _currentDk; 53return _currentDk; 56return (double[])_currentDk.Clone();