| Class | Description |
|---|---|
| DiskBasedQueue<E> |
Naive disk based queue for storing items on disk.
|
| Dl4jReflection | |
| MovingWindowMatrix |
Moving window on a matrix (usually used for images)
Given a: This is a list of flattened arrays:
1 1 1 1 1 1 2 2
2 2 2 2 ----> 1 1 2 2
3 3 3 3 3 3 4 4
4 4 4 4 3 3 4 4
|
| ThreadUtils |
Utils for the basic use and flow of threads.
|
| UIDProvider |
Static methods for obtaining unique identifiers for both the machine (hardware) and the JVM.
|
| Exception | Description |
|---|---|
| ThreadUtils.UncheckedInterruptedException |
Similar to
InterruptedException in concept, but unchecked. |
Copyright © 2018. All rights reserved.