C# Class Encog.Neural.Networks.Training.TrainingError

Inheritance: NeuralNetworkError
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
TrainingError ( Exception t ) : System

Construct an exception that holds another exception.

TrainingError ( String msg ) : System

Construct a message exception.

Method Details

TrainingError() public method

Construct an exception that holds another exception.
public TrainingError ( Exception t ) : System
t System.Exception The other exception.
return System

TrainingError() public method

Construct a message exception.
public TrainingError ( String msg ) : System
msg String The exception message.
return System