| Class | Description |
|---|---|
| CustomModelSetup |
Config class to hold parameters for a custom model that was trained previously.
|
| Dl4jCNNExplorer |
Tool to allow easy experimentation and exploration of a trained ComputationGraph - either from a previously trained
Dl4jMlpClassifier, or from a pretrained Zoo Model (default).
|
| ModelOutputDecoder |
Decodes model outputs into a human-readable and more workable format.
|
| Prediction |
Simple immutable class to hold the necessary values for prediction.
|
| PredictionClass |
Wrapper class to hold a class ID and classname.
|
| TopNPredictions |
Holds an arbitrary number of predictions, ordered by class probability.
|
| Enum | Description |
|---|---|
| ClassmapType |
Built-in class maps for WDL4J.
|