JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
M
O
P
R
S
T
U
W
A
add(E)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
addAll(Collection<? extends E>)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
C
clear()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
contains(Object)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
containsAll(Collection<?>)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
D
DiskBasedQueue
<
E
> - Class in
org.deeplearning4j.util
Naive disk based queue for storing items on disk.
DiskBasedQueue()
- Constructor for class org.deeplearning4j.util.
DiskBasedQueue
DiskBasedQueue(String)
- Constructor for class org.deeplearning4j.util.
DiskBasedQueue
DiskBasedQueue(File)
- Constructor for class org.deeplearning4j.util.
DiskBasedQueue
Dl4jReflection
- Class in
org.deeplearning4j.util
E
element()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
G
getAllFields(Class<?>)
- Static method in class org.deeplearning4j.util.
Dl4jReflection
getEmptyConstructor(Class<?>)
- Static method in class org.deeplearning4j.util.
Dl4jReflection
Gets the empty constructor from a class
getFieldsAsProperties(Object, Class<?>[])
- Static method in class org.deeplearning4j.util.
Dl4jReflection
Get fields as properties
getHardwareUID()
- Static method in class org.deeplearning4j.util.
UIDProvider
getJVMUID()
- Static method in class org.deeplearning4j.util.
UIDProvider
I
isEmpty()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
iterator()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
M
MovingWindowMatrix
- Class in
org.deeplearning4j.util
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
MovingWindowMatrix(INDArray, int, int, boolean)
- Constructor for class org.deeplearning4j.util.
MovingWindowMatrix
MovingWindowMatrix(INDArray, int, int)
- Constructor for class org.deeplearning4j.util.
MovingWindowMatrix
Same as calling new MovingWindowMatrix(toSlice,windowRowSize,windowColumnSize,false)
O
offer(E)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
org.deeplearning4j.util
- package org.deeplearning4j.util
P
peek()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
poll()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
R
remove(Object)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
remove()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
removeAll(Collection<?>)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
retainAll(Collection<?>)
- Method in class org.deeplearning4j.util.
DiskBasedQueue
S
setProperties(Object, Properties)
- Static method in class org.deeplearning4j.util.
Dl4jReflection
Sets the properties of the given object
size()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
T
ThreadUtils
- Class in
org.deeplearning4j.util
Utils for the basic use and flow of threads.
ThreadUtils()
- Constructor for class org.deeplearning4j.util.
ThreadUtils
ThreadUtils.UncheckedInterruptedException
- Exception in
org.deeplearning4j.util
Similar to
InterruptedException
in concept, but unchecked.
toArray()
- Method in class org.deeplearning4j.util.
DiskBasedQueue
toArray(T[])
- Method in class org.deeplearning4j.util.
DiskBasedQueue
U
UIDProvider
- Class in
org.deeplearning4j.util
Static methods for obtaining unique identifiers for both the machine (hardware) and the JVM.
UncheckedInterruptedException()
- Constructor for exception org.deeplearning4j.util.
ThreadUtils.UncheckedInterruptedException
uncheckedSleep(long)
- Static method in class org.deeplearning4j.util.
ThreadUtils
W
windows()
- Method in class org.deeplearning4j.util.
MovingWindowMatrix
Returns a list of non flattened moving window matrices
windows(boolean)
- Method in class org.deeplearning4j.util.
MovingWindowMatrix
Moving window, capture a row x column moving window of a given matrix
A
C
D
E
G
I
M
O
P
R
S
T
U
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.