1 instantiation of ValueIterationPair
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
324_toleratedQueue.AddLast(new ValueIterationPair(Iteration - _windowSize / 2, _currentWindowSum));
2 references to ValueIterationPair
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
280private readonly LinkedList<ValueIterationPair> _toleratedQueue; 295_toleratedQueue = new LinkedList<ValueIterationPair>();