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

Method peek

JSAT/src/jsat/utils/IntPriorityQueue.java:359–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 }
358
359 @Override
360 public Integer peek()
361 {
362 if(isEmpty())
363 return null;
364 return heap[0];
365 }
366
367 @Override
368 public boolean contains(Object o)

Callers 7

runSmallGambitMethod · 0.80
classifyMethod · 0.80
trainMethod · 0.80
trainCMethod · 0.80
trainMethod · 0.80
trainMethod · 0.80
trainCMethod · 0.80

Calls

no outgoing calls

Tested by 1

runSmallGambitMethod · 0.64