Interface | Description |
---|---|
ApiWrapper<T> |
A general interface to access a backend object of a certain deeplearning4j class which is wrapped
in a class to make it usable in weka.
|
VoidCallable |
Simple callable interafce with no parameters and no return value (void).
|
Class | Description |
---|---|
ApiWrapperUtil |
This utility class manages loading the appropriate wrapping class for a given backend object
|
ArffMetaDataLabelGenerator |
A LabelGenerator based on the file path in the Arff-Meta dataset
|
IsGPUAvailable | |
NeuralNetConfiguration |
A version of DeepLearning4j's NeuralNetConfiguration that implements WEKA option handling.
|
Preferences |
Preferences class for Deeplearning4j/Nd4j static settings that should be used across the
package.
|
ResourceResolver | |
Utils |
Utility routines for the Dl4jMlpClassifier.
|