1 implementation of RunTask
Microsoft.ML.FastTree (1)
Utils\ThreadTaskManager.cs (1)
45public void RunTask()
6 references to RunTask
Microsoft.ML.FastTree (6)
GamTrainer.cs (4)
341sumupTask.RunTask(); 351trainTask.RunTask(); 417updateTask.RunTask(); 522updateTask.RunTask();
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
372_calculateLeafSplitCandidates.RunTask(); 435_calculateLeafSplitCandidates.RunTask();