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