C# Class Encog.Neural.Pattern.PatternError

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

Méthodes publiques

Méthode Description
PatternError ( Exception t ) : System

Construct an exception that holds another exception.

PatternError ( String msg ) : System

Construct a message exception.

Method Details

PatternError() public méthode

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

PatternError() public méthode

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