Neuroph

Uses of Package
org.neuroph.core.exceptions

Packages that use org.neuroph.core.exceptions
org.neuroph.contrib.imgrec Provides classes for image recognition with neural networks. 
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
 

Classes in org.neuroph.core.exceptions used by org.neuroph.contrib.imgrec
VectorSizeMismatchException
          Thrown to indicate that vector size does not match the network input or training element size.
 

Classes in org.neuroph.core.exceptions used by org.neuroph.core
VectorSizeMismatchException
          Thrown to indicate that vector size does not match the network input or training element size.
 

Classes in org.neuroph.core.exceptions used by org.neuroph.core.learning
VectorSizeMismatchException
          Thrown to indicate that vector size does not match the network input or training element size.
 


Neuroph