Uses of Package
org.neuroph.core.exceptions

Packages that use org.neuroph.core.exceptions
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.exceptions Provides specific exceptions when working with neural networks 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
org.neuroph.util.io Provides input/output adapters for file, JDBC, URL, stream 
 

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.exceptions
NeurophException
          Base exception type for Neuroph.
 

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.
 

Classes in org.neuroph.core.exceptions used by org.neuroph.util.io
NeurophException
          Base exception type for Neuroph.
 



Copyright © 2012. All Rights Reserved.