27 references to Pop
Microsoft.ML.Core (7)
Utilities\BinFinder.cs (1)
363seg = _segmentHeap.Pop();
Utilities\MinWaiter.cs (1)
115var ev = _waiters.Pop();
Utilities\OrderedWaiter.cs (3)
111_waiters.Pop().Event.Set(); 126_waiters.Pop().Event.Set(); 147_waiters.Pop().Event.Set();
Utilities\SupervisedBinFinder.cs (2)
320var toSplit = intervals.Pop(); 335results[i] = intervals.Pop().Lim;
Microsoft.ML.Data (11)
Data\DataViewUtils.cs (1)
1289var stats = _mins.Pop();
DataView\Transposer.cs (1)
614var pair = heap.Pop(); // Key is the slot, pair is the row index.
Deprecated\Vector\VectorUtils.cs (4)
96bottomHeap.Pop(); 109topHeap.Pop(); 120var pair = topHeap.Pop(); 127var pair = bottomHeap.Pop();
Evaluators\AnomalyDetectionEvaluator.cs (5)
302res[heap.Count - 1] = heap.Pop(); 353if (heap.Pop().Label <= 0) 394if (_examples.Pop().Label <= 0) 498_topExamples.Pop(); 563_topExamples.Pop();
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1991int i = heap.Pop();
Microsoft.ML.KMeansClustering (4)
KMeansPlusPlusTrainer.cs (4)
1643wRow = heap.Pop(); 1661var row = heaps[i].Pop(); 1666finalHeap.Pop(); 1681var row = outHeap.Pop();
Microsoft.ML.Transforms (4)
LearnerFeatureSelection.cs (2)
246heap.Pop(); 257var top = heap.Pop();
MutualInformationFeatureSelection.cs (2)
301heap.Pop(); 313var top = heap.Pop();