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)
280
private readonly LinkedList<
ValueIterationPair
> _toleratedQueue;
295
_toleratedQueue = new LinkedList<
ValueIterationPair
>();