mlpy.auxiliary.datastructs.PriorityQueue.push

PriorityQueue.push(item)[source]

Push an element on the priority queue.

The element is pushed on the priority queue according to its priority.

Parameters:

item :

The element to push on the queue.