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

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

Public Methods

Method Description
PatternError ( Exception e ) : System

Pass on an exception.

PatternError ( String str ) : System

Construct a message exception.

Method Details

PatternError() public method

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

PatternError() public method

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