MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / cmp

Method cmp

JSAT/src/jsat/utils/IntPriorityQueue.java:238–241  ·  view source on GitHub ↗
(int i, int j)

Source from the content-addressed store, hash-verified

236 }
237
238 private int cmp(int i, int j)
239 {
240 return comparator.compare(heap[i], heap[j]);
241 }
242
243 private void heapDown(int i)
244 {

Callers 3

heapDownMethod · 0.95
heapifyUpMethod · 0.95

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected