mlpy.auxiliary.datastructs.PriorityQueue.pop

PriorityQueue.pop()[source]

Get the element with the highest priority.

Get the element with the highest priority (i.e., smallest value).

Returns:The element with the highest priority.