Class | Description |
---|---|
ArchiveUtils | |
ArrayUtilTest | |
ByteUtil | |
ContextLabelTest |
Basic test case for the context label test
|
ConvolutionUtils |
Convolutional shape utilities
|
DeepLearningIOUtil | |
DiskBasedQueue<E> |
Naive disk based queue for storing items on disk.
|
Dl4jReflection | |
Dropout | |
EnumUtil |
Created by agibsonccc on 9/3/14.
|
EnumUtilTest |
Created by agibsonccc on 9/3/14.
|
FileOperations | |
FingerPrintKeyer |
Copied from google refine:
takes the key and gets rid of all punctuation, transforms to lower case
and alphabetic sorts the words
|
Index |
An index is a transform of objects augmented with a list and a reverse lookup table
for fast lookups.
|
InputSplit | |
LayerValidation |
Created by Alex on 12/11/2016.
|
MaskedReductionUtil |
This is a TEMPORARY class for implementing global pooling with masking.
|
MathUtils |
This is a math utils class.
|
ModelGuesser |
Guess a model from the given path
|
ModelGuesserTest |
Created by agibsonccc on 12/29/16.
|
ModelSerializer |
Utility class suited to save/restore neural net models
|
ModelSerializerTest | |
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
|
MovingWindowMatrixTest |
Created by agibsonccc on 6/11/14.
|
MultiDimensionalMap<K,T,V> |
Multiple key map
|
MultiDimensionalMap.Entry<K,T,V> | |
MultiDimensionalSet<K,V> |
Created by agibsonccc on 4/29/14.
|
MultiLayerUtil |
Various cooccurrences for manipulating a multi layer network
|
MultiThreadUtils | |
RandomUtils |
Created by Alex on 24/01/2017.
|
RBMUtil |
Handles various cooccurrences for RBM specific cooccurrences
|
ReflectionUtils |
General reflection utils
|
SerializationUtils |
Serialization utils for saving and reading serializable objects
|
SerializationUtilsTest |
Created by mjk on 9/15/14.
|
SetUtils | |
StringCluster |
Clusters strings based on fingerprint: for example
Two words and TWO words or WORDS TWO would be put together
|
StringCluster.SizeComparator | |
StringGrid |
String matrix
|
StringUtils |
General string utils
|
SummaryStatistics | |
TestDataSetConsumer |
Class that consumes DataSets with specified delays, suitable for testing
|
TestUIDProvider |
Created by Alex on 26/06/2016.
|
TimeSeriesUtils |
Basic time series utils
|
TimeSeriesUtilsTest |
Created by agibsonccc on 12/29/14.
|
UIDProvider |
Static methods for obtaining unique identifiers for both the machine (hardware) and the JVM.
|
Viterbi |
Based on the impl from:
https://gist.github.com/rmcgibbo/3915977
|
Enum | Description |
---|---|
StringUtils.TraditionalBinaryPrefix |
The traditional binary prefixes, kilo, mega, ..., exa,
which can be represented by a 64-bit integer.
|