C# Class Encog.Neural.NeuralNetworkError

Indicates an error has occurred in the Neural Network classes..
Inheritance: EncogError
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
NeuralNetworkError ( Exception e ) : System

Pass on an exception.

NeuralNetworkError ( String str ) : System

Construct a message exception.

NeuralNetworkError ( String msg, Exception e ) : System

Pass on an exception.

Method Details

NeuralNetworkError() public method

Pass on an exception.
public NeuralNetworkError ( Exception e ) : System
e System.Exception The other exception.
return System

NeuralNetworkError() public method

Construct a message exception.
public NeuralNetworkError ( String str ) : System
str String The message.
return System

NeuralNetworkError() public method

Pass on an exception.
public NeuralNetworkError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
return System