C# Class Encog.Neural.NeuralData.Temporal.TemporalError

An error occured related to the temporal data set.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
TemporalError ( Exception e ) : System

Pass on an exception.

TemporalError ( String str ) : System

Construct a message exception.

Method Details

TemporalError() public méthode

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

TemporalError() public méthode

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