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

Inheritance: NeuralNetworkError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
TrainingError ( Exception t ) : System

Construct an exception that holds another exception.

TrainingError ( String msg ) : System

Construct a message exception.

Method Details

TrainingError() public méthode

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

TrainingError() public méthode

Construct a message exception.
public TrainingError ( String msg ) : System
msg String The exception message.
Résultat System