| Class | Description |
|---|---|
| LogConfiguration |
General logger configuration.
|
| Enum | Description |
|---|---|
| LogConfiguration.LogLevel |
Available log levels.
|
| Exception | Description |
|---|---|
| EmptyIteratorException |
Exception raised when the iterator was unexpectedly empty
|
| InvalidInputDataException |
Exception raised in the case of an invalid input data
|
| InvalidLayerConfigurationException |
Exception raised when the the configuration is invalid.
|
| InvalidNetworkArchitectureException |
Exception raised when the the network architecture is invalid.
|
| InvalidValidationPercentageException |
Exception raised in the case of a validation percentage which might be too low / too high
|
| MissingOutputLayerException |
Exception raised in the case of a missing output layer as last layer
|
| WrongIteratorException |
Exception raised in the case of a wrong iterator
|