Package | Description |
---|---|
org.neuroph.core.exceptions |
Provides specific exceptions when working with neural networks
|
org.neuroph.util.io |
Provides input/output adapters for file, JDBC, URL, stream
|
Modifier and Type | Class and Description |
---|---|
class |
VectorSizeMismatchException
Thrown to indicate that vector size does not match the network input or training element size.
|
Modifier and Type | Class and Description |
---|---|
class |
NeurophInputException
This exception is thrown when error occurs when reading input using some InputAdapter
|
class |
NeurophOutputException
This exception is thrown when some error occurs when writing neural network
output using some output adapter.
|
Copyright © 2019 Neuroph Project. All rights reserved.