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

An error occured related to the temporal data set.
Inheritance: EncogError
显示文件 Open project: encog/encog-silverlight-core

Public Methods

Method Description
TemporalError ( Exception e ) : System

Pass on an exception.

TemporalError ( String str ) : System

Construct a message exception.

Method Details

TemporalError() public method

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

TemporalError() public method

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