Uses of Class
org.encog.engine.EncogEngineError

Packages that use EncogEngineError
org.encog.engine.opencl   
org.encog.engine.opencl.exceptions   
org.encog.engine.validate   
 

Uses of EncogEngineError in org.encog.engine.opencl
 

Subclasses of EncogEngineError in org.encog.engine.opencl
 class EncogCLError
          An OpenCL error.
 

Uses of EncogEngineError in org.encog.engine.opencl.exceptions
 

Subclasses of EncogEngineError in org.encog.engine.opencl.exceptions
 class MissingOpenCLAdapterError
          This error is thrown when the JOCL driver, usually a .DLL or shared library, cannot be found.
 class OpenCLError
          Thrown when an OpenCL error occurs.
 class OutOfOpenCLResources
          This exception is thrown when the underlying OpenCL system returns with the CL_OUT_OF_RESOURCES.
 

Uses of EncogEngineError in org.encog.engine.validate
 

Subclasses of EncogEngineError in org.encog.engine.validate
 class ValidateMachineLearningError
          Error from validation.
 



Copyright © 2011. All Rights Reserved.