C# Class Encog.Neural.Networks.Pattern.PatternError

Indicates an error has occurred in the pattern classes.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
PatternError ( Exception e ) : System

Pass on an exception.

PatternError ( String str ) : System

Construct a message exception.

Method Details

PatternError() public méthode

Pass on an exception.
public PatternError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

PatternError() public méthode

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