Package | Description |
---|---|
org.deeplearning4j.berkeley |
Modifier and Type | Method and Description |
---|---|
PriorityQueue<E> |
Counter.asMinPriorityQueue()
Warning: all priorities are the negative of their counts in the counter
here
|
PriorityQueue<E> |
Counter.asPriorityQueue()
Builds a priority queue whose elements are the counter's elements, and
whose priorities are those elements' counts in the counter.
|
PriorityQueue<E> |
PriorityQueue.clone()
Returns a clone of this priority queue.
|
Copyright © 2017. All rights reserved.